interface CountryInfo {
    phoneCode: string;
    code?: string;
}
export declare function formatPhoneForDisplay(phoneNumber: string, country?: CountryInfo): string;
export declare function cleanPhoneNumber(phoneNumber: string): string;
export {};
//# sourceMappingURL=phoneFormatting.d.ts.map