export declare function getNextLotId(lotId: number): Promise; export declare function getPreviousLotId(lotId: number): Promise; export declare function clearNextPreviousLotIdCache(lotId: number | -1, relayMessage?: boolean): void;