import type { LotType } from '../types/recordTypes.js';
export declare function getLotTypes(): Promise<LotType[]>;
export default getLotTypes;