export interface Country { iso: string; name: string; countryCode: string; } //# sourceMappingURL=types.d.ts.map