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