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