export declare function formatPhone(input: string | null | undefined, standard?: 'international' | 'server' | 'user' | 'baileys'): string;
