export declare function getLotByLotName(lotName: string): Promise; export default function getLot(burialSiteId: number | string): Promise;