export type Country = { name: string; iso2: string; iso3: string; phone: string; phoneFormat?: string; }; declare const countries: Country[]; export default countries; //# sourceMappingURL=countries.d.ts.map