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