type GetActiveWebListener = typeof import("./active-listener.js").getActiveWebListener; type GetWebAuthAgeMs = typeof import("./auth-store.js").getWebAuthAgeMs; type LogWebSelfId = typeof import("./auth-store.js").logWebSelfId; type LogoutWeb = typeof import("./auth-store.js").logoutWeb; type ReadWebSelfId = typeof import("./auth-store.js").readWebSelfId; type WebAuthExists = typeof import("./auth-store.js").webAuthExists; type LoginWeb = typeof import("./login.js").loginWeb; type StartWebLoginWithQr = typeof import("./login-qr.js").startWebLoginWithQr; type WaitForWebLogin = typeof import("./login-qr.js").waitForWebLogin; type WhatsAppSetupWizard = typeof import("./setup-surface.js").whatsappSetupWizard; type MonitorWebChannel = typeof import("./auto-reply/monitor.js").monitorWebChannel; export declare function getActiveWebListener(...args: Parameters): ReturnType; export declare function getWebAuthAgeMs(...args: Parameters): ReturnType; export declare function logWebSelfId(...args: Parameters): ReturnType; export declare function logoutWeb(...args: Parameters): ReturnType; export declare function readWebSelfId(...args: Parameters): ReturnType; export declare function webAuthExists(...args: Parameters): ReturnType; export declare function loginWeb(...args: Parameters): ReturnType; export declare function startWebLoginWithQr(...args: Parameters): ReturnType; export declare function waitForWebLogin(...args: Parameters): ReturnType; export declare const whatsappSetupWizard: WhatsAppSetupWizard; export declare function monitorWebChannel(...args: Parameters): ReturnType; export {};