export declare const getPreviousLotId: (lotId: number | string) => number | undefined;
export default getPreviousLotId;