import { CmsCountry } from "../country/CmsCountry.js";
import { Place } from "@rr0/place";
import { Region } from "../country/region/Region.js";
import { MozambiqueRegionCode } from "./region/MozambiqueRegionCode.js";
export declare const mozambique: CmsCountry;
export declare function mozambiqueRegion(code: MozambiqueRegionCode, place: Place): Region<import("../index.js").RegionMessages<any>, MozambiqueRegionCode>;
