export interface ISOCountryCode { name: string; alpha2: string; alpha3: string; numeric: `${number}`; altName?: string; shortName?: string; } export declare const isoCountryCodes: ISOCountryCode[]; //# sourceMappingURL=ISOCountryCodes.d.ts.map