import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store"; import type { PluginRuntime } from "../api.js"; const { setRuntime: setSynologyRuntime, getRuntime: getSynologyRuntime } = createPluginRuntimeStore( "Synology Chat runtime not initialized - plugin not registered", ); export { getSynologyRuntime, setSynologyRuntime };