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