import { AuthenticationState } from '@whiskeysockets/baileys'; export declare const useFileAuthState: (phone: string) => Promise<{ state: AuthenticationState; saveCreds: () => Promise; }>;