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