import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store"; import type { PluginRuntime } from "openclaw/plugin-sdk/runtime-store"; const { setRuntime: setMattermostRuntime, getRuntime: getMattermostRuntime } = createPluginRuntimeStore({ pluginId: "mattermost", errorMessage: "Mattermost runtime not initialized", }); export { getMattermostRuntime, setMattermostRuntime };