import { Commune } from '../transformer/fields';
export type NewCommune = Commune & {
    date: string;
};
export declare const ANCIENNES_COMMUNES: Record<string, NewCommune>;
//# sourceMappingURL=anciennes-communes.d.ts.map