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