import type { PluginRuntime } from "remoteclaw/plugin-sdk/core"; declare const setWhatsAppRuntime: (next: PluginRuntime) => void, getWhatsAppRuntime: () => PluginRuntime; export { getWhatsAppRuntime, setWhatsAppRuntime };