export declare function getPhoneDetails(phone?: { country_code?: string; number?: string; }): { fullPhone: string; code: string; number: string; };