import { Commune } from './find-commune';
export declare const ANCIENNES_COMMUNES_MAP: Map<string, Commune>;
export declare const getNewCommune: (ancienneCommune: string) => Commune | undefined;
//# sourceMappingURL=anciennes-communes.d.ts.map