import { isoly } from "isoly"; import { isly } from "isly"; export type Region = (typeof Region.values)[number]; export declare namespace Region { const values: readonly ["National Payments", "International - Intra-Regional Payments", "International - Non-EEA Payments", "International - Inter-Regional Payments"]; const type: isly.Type<"National Payments" | "International - Intra-Regional Payments" | "International - Non-EEA Payments" | "International - Inter-Regional Payments">; const regions: Record; function find(country: isoly.CountryCode.Alpha2): Region; function fromRow(row: string): Region; }