import { CountryCode } from 'libphonenumber-js'; export declare function FormatPhone(phone: string, country: CountryCode): string;