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