import { type CountryCode, type MetadataJson } from 'libphonenumber-js/core'; export declare function maskitoGetCountryFromNumber(number: string, metadata: MetadataJson): CountryCode | undefined; //# sourceMappingURL=get-country-from-number.d.ts.map