import { AuthenticationState } from '../Models'; export declare const useMultiFileAuthState: (folder: string) => Promise<{ state: AuthenticationState; saveCreds: () => Promise; }>;