import { type CountryCode, type MetadataJson } from 'libphonenumber-js/core';
export declare function maskitoGetCountryFromNumber(number: string, metadata: MetadataJson): CountryCode | undefined;
