import { createPluginRuntimeStore } from "remoteclaw/plugin-sdk/compat"; import type { PluginRuntime } from "remoteclaw/plugin-sdk/nextcloud-talk"; const { setRuntime: setNextcloudTalkRuntime, getRuntime: getNextcloudTalkRuntime } = createPluginRuntimeStore("Nextcloud Talk runtime not initialized"); export { getNextcloudTalkRuntime, setNextcloudTalkRuntime };