import type { PluginRuntime } from "openclaw/plugin-sdk"; export declare function setRuntime(next: PluginRuntime): void; export declare function getRuntime(): PluginRuntime;