import type { RemoteClawConfig } from "../../config/config.js"; import type { AgentToolResult } from "../agent-types.js"; export declare function handleWhatsAppAction(params: Record, cfg: RemoteClawConfig): Promise;