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