import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store"; import type { PluginRuntime } from "openclaw/plugin-sdk/runtime-store"; const { setRuntime: setClickClackRuntime, getRuntime: getClickClackRuntime } = createPluginRuntimeStore({ pluginId: "clickclack", errorMessage: "ClickClack runtime not initialized", }); export { getClickClackRuntime, setClickClackRuntime };