import type { AgentToolResult } from "@mariozechner/pi-agent-core"; import type { OpenClawConfig } from "../../config/config.js"; export declare function handleWhatsAppAction(params: Record, cfg: OpenClawConfig): Promise>;