import { RegionCode, DistrictCode, HousingType, SupplyType, RentRange } from '../types/housing.js';
export declare const REGION_CODES: RegionCode[];
export declare const DISTRICT_CODES: DistrictCode[];
export declare const HOUSING_TYPES: HousingType[];
export declare const SUPPLY_TYPES: SupplyType[];
export declare const RENT_RANGES: RentRange[];
export declare const REGION_NAME_TO_CODE: Record<string, string>;
export declare const DISTRICT_NAME_TO_CODE: Record<string, string>;
export declare const HOUSING_TYPE_NAME_TO_CODE: Record<string, string>;
export declare const SUPPLY_TYPE_NAME_TO_CODE: Record<string, string>;
export declare const RENT_RANGE_NAME_TO_CODE: Record<string, string>;
//# sourceMappingURL=codes.d.ts.map