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