import { DepartmentMessages } from "../../../../../country/region/department/DepartmentMessages.js";
import { CotesDArmorCityCode } from "./CotesDArmorCityCode.js";
import { OrganizationMessages } from "../../../../../OrganizationMessages.js";
type CotesDArmorCityMessagesList = {
    [key in CotesDArmorCityCode]: OrganizationMessages;
};
export declare const cotesDArmorMessages: DepartmentMessages<CotesDArmorCityMessagesList>;
export {};
