import type { PluginRuntime } from "openclaw/plugin-sdk/msteams"; import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store"; const { setRuntime: setMSTeamsRuntime, getRuntime: getMSTeamsRuntime } = createPluginRuntimeStore("MSTeams runtime not initialized"); export { getMSTeamsRuntime, setMSTeamsRuntime };