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