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