/** * This takes a phone number (with country code, doesn't work otherwise) * and returns the same phone number, but formatted to its corresponding country */ export declare const formatPhone: (phone: string) => string;