import type * as recordTypes from '../../types/recordTypes'; export declare function getLotByLotName(lotName: string): Promise; export declare function getLot(lotId: number | string): Promise; export default getLot;