/** IMask pattern with space grouping derived from libphonenumber mobile example numbers. */ export declare const getPhoneMaskForCountry: (countryIso2: string) => string | undefined;