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