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