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