import { GermanyRegionCode } from "./region/GermanyRegionCode.js"; import { Place } from "@rr0/place"; import { Region } from "../../country/region/Region.js"; import { CmsCountry } from "../../country/CmsCountry.js"; export declare const germany: CmsCountry; export declare function germanyRegion(code: GermanyRegionCode, place: Place): Region, GermanyRegionCode>;