import type { CountryOption } from './phoneCountryUtils'; export declare function formatPhoneNumber(number: string, selectedCountry: CountryOption | null): string;