import { DepartmentMessages } from "../../../../../country/region/department/DepartmentMessages.js";
import { IndreEtLoireCityCode } from "./IndreEtLoireCityCode.js";
import { CityMessages } from "../../../../../country/index.js";
type IndreEtLoireCityMessagesList = {
    [key in IndreEtLoireCityCode]: CityMessages;
};
export declare const indreEtLoireMessages: DepartmentMessages<IndreEtLoireCityMessagesList>;
export {};
