import { RegionLabelType } from './regions.types'; export declare const MCF_DISTRICT_IDS: readonly [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 9999]; export type McfDistrictIdType = typeof MCF_DISTRICT_IDS[number]; export type McfDistrictDataType = { id: McfDistrictIdType; region: RegionLabelType; };