4 lines
181 B
TypeScript
4 lines
181 B
TypeScript
import type { PluginRuntime } from "openclaw/plugin-sdk";
|
|
export declare function setWeComRuntime(r: PluginRuntime): void;
|
|
export declare function getWeComRuntime(): PluginRuntime;
|