type WhatsAppHeavyRuntimeModule = typeof import("@stableclaw/whatsapp/runtime-api.js"); type WhatsAppLightRuntimeModule = typeof import("@stableclaw/whatsapp/light-runtime-api.js"); import { resolveWhatsAppHeartbeatRecipients } from "../../channels/plugins/whatsapp-heartbeat.js"; import { getDefaultLocalRoots as getDefaultLocalRootsImpl, loadWebMedia as loadWebMediaImpl, loadWebMediaRaw as loadWebMediaRawImpl, optimizeImageToJpeg as optimizeImageToJpegImpl } from "../../media/web-media.js"; export declare function getActiveWebListener(...args: Parameters): ReturnType; export declare function getWebAuthAgeMs(...args: Parameters): ReturnType; export declare function logWebSelfId(...args: Parameters): ReturnType; export declare function loginWeb(...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 sendMessageWhatsApp(...args: Parameters): ReturnType; export declare function sendPollWhatsApp(...args: Parameters): ReturnType; export declare function sendReactionWhatsApp(...args: Parameters): ReturnType; export declare function createRuntimeWhatsAppLoginTool(...args: Parameters): ReturnType; export declare function createWaSocket(...args: Parameters): ReturnType; export declare function formatError(...args: Parameters): ReturnType; export declare function getStatusCode(...args: Parameters): ReturnType; export declare function pickWebChannel(...args: Parameters): ReturnType; export declare function resolveWaWebAuthDir(): WhatsAppLightRuntimeModule["WA_WEB_AUTH_DIR"]; export declare function handleWhatsAppAction(...args: Parameters): ReturnType; export declare function loadWebMedia(...args: Parameters): ReturnType; export declare function loadWebMediaRaw(...args: Parameters): ReturnType; export declare function monitorWebChannel(...args: Parameters): ReturnType; export declare function monitorWebInbox(...args: Parameters): ReturnType; export declare function optimizeImageToJpeg(...args: Parameters): ReturnType; export declare function runWebHeartbeatOnce(...args: Parameters): ReturnType; export declare function startWebLoginWithQr(...args: Parameters): ReturnType; export declare function waitForWaConnection(...args: Parameters): ReturnType; export declare function waitForWebLogin(...args: Parameters): ReturnType; export declare const extractMediaPlaceholder: (...args: Parameters) => string | undefined; export declare const extractText: (...args: Parameters) => string | undefined; export declare function getDefaultLocalRoots(...args: Parameters): ReturnType; export declare function resolveHeartbeatRecipients(...args: Parameters): ReturnType; export {};