//#region src/iso/iso-3601-1.d.ts type ISO3166CountryCode = { numeric: number; name: string; alpha2: string; alpha3: string; }; declare const ISO_3601_1: ISO3166CountryCode[]; //#endregion export { ISO3166CountryCode, ISO_3601_1 }; //# sourceMappingURL=iso-3601-1.d.cts.map