export declare function getNextLotId(lotId: number): Promise; export declare function getPreviousLotId(lotId: number): Promise; export declare function clearNextPreviousLotIdCache(lotId?: number): void;