export default fn; declare namespace fn { function getCountries(): {}; function getCountryCode(): {}; function getCallingCodeForCountry(countryCode: any): any; } //# sourceMappingURL=CountryUtil.d.ts.map