import type { CountryIsoMap, CountryISOA2 } from '../types'; export declare const countries: Map; export declare const getCountryName: (country_code: CountryISOA2) => string; //# sourceMappingURL=GeoLookup.d.ts.map