import { BouchesDuRhoneCityCode } from "./BouchesDuRhoneCityCode.js";
import { OrganizationMessages } from "../../../../../OrganizationMessages.js";
import { DepartmentMessages } from "../../../../../country/region/department/DepartmentMessages.js";
type BouchesDuRhoneCityList<T> = {
    [key in BouchesDuRhoneCityCode]: T;
};
export declare const bouchesDuRhoneMessages: DepartmentMessages<BouchesDuRhoneCityList<OrganizationMessages>>;
export {};
