export declare const removePhoneNumberCountryCode: (phoneNumber: string) => string; export declare const phoneNumberToFormattedString: (phoneNumber: string) => string;