import type { PluginRuntime } from "openclaw/plugin-sdk/core"; export declare function setWeComRuntime(r: PluginRuntime): void; export declare function getWeComRuntime(): PluginRuntime;