import { Country } from './input-phone.constants'; export declare const getCountryCodeFromNumber: (phone: string) => string | null; export declare const getMask: (country: Country) => (string | RegExp)[];