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