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