export function isoCountryLookup(country: any): string; export const countries: { alpha2: string; name: string; alpha3: string; numeric: string; }[];