import { PeruRegionCode } from "./PeruRegionCode.js"; import { Region } from "../../country/region/Region.js"; import { Place } from "@rr0/place"; export declare function peruRegion(code: PeruRegionCode, place: Place): Region, PeruRegionCode>;