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