import { type Country } from '@alfalab/utils'; /** * Форматирует телефон с неудаляемым кодом страны */ export declare const formatPhoneWithUnclearableCountryCode: (phone: string, country: Country) => string;