import { Country } from '../types';
export declare const getFormattedPhoneNumber: (phoneNumber: string, country: Country) => string;
