export declare function getNextLotId(lotId: number | string): number | undefined;
export default getNextLotId;