import type { PluginRuntime } from "remoteclaw/plugin-sdk/core"; declare const setDiscordRuntime: (next: PluginRuntime) => void, getDiscordRuntime: () => PluginRuntime; export { getDiscordRuntime, setDiscordRuntime };