export declare const toE164: ({ phone, prefix, }: { phone: string; prefix: string; }) => string;