import { a as ProviderAreaIds, i as Division, n as AreaResolved, o as ProviderName, r as District, t as Area } from "./types-CYfHyMEC.mjs"; import { a as getAreaByProvider, c as getAreasByPostCode, i as getArea, l as searchAreas, n as convertProviderId, o as getAreasByDistrict, r as getAllAreas, s as getAreasByDivision, t as AREAS } from "./areas-B2OOuGRi.mjs"; import { i as getDistrictsByDivision, n as getAllDistricts, r as getDistrictById, t as DISTRICTS } from "./districts-CSjoWbSO.mjs"; import { i as getDivisions, n as getDivisionById, r as getDivisionByName, t as DIVISIONS } from "./divisions-pdt8K5rf.mjs"; //#region src/utils.d.ts /** * Resolve area with full division/district objects */ declare function resolveArea(internalId: number): AreaResolved | undefined; declare function getStats(): { divisions: number; districts: number; areas: number; providerCoverage: { redx: number; pathao: number; steadfast: number; }; byDivision: { division: string; districts: number; areas: number; }[]; }; //#endregion //#region src/index.d.ts declare const _default: { DIVISIONS: Division[]; DISTRICTS: Record; AREAS: Record; getDivisions: typeof getDivisions; getDivisionById: typeof getDivisionById; getDistrictsByDivision: typeof getDistrictsByDivision; getDistrictById: typeof getDistrictById; getAllDistricts: typeof getAllDistricts; getAreasByDistrict: typeof getAreasByDistrict; getArea: typeof getArea; getAreaByProvider: typeof getAreaByProvider; getAllAreas: typeof getAllAreas; resolveArea: typeof resolveArea; convertProviderId: typeof convertProviderId; searchAreas: typeof searchAreas; getStats: typeof getStats; }; //#endregion export { AREAS, type Area, type AreaResolved, DISTRICTS, DIVISIONS, type District, type Division, type ProviderAreaIds, type ProviderName, convertProviderId, _default as default, getAllAreas, getAllDistricts, getArea, getAreaByProvider, getAreasByDistrict, getAreasByDivision, getAreasByPostCode, getDistrictById, getDistrictsByDivision, getDivisionById, getDivisionByName, getDivisions, getStats, resolveArea, searchAreas }; //# sourceMappingURL=index.d.mts.map