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