import { createPluginRuntimeStore } from "remoteclaw/plugin-sdk/compat"; import type { PluginRuntime } from "remoteclaw/plugin-sdk/zalouser"; const { setRuntime: setZalouserRuntime, getRuntime: getZalouserRuntime } = createPluginRuntimeStore("Zalouser runtime not initialized"); export { getZalouserRuntime, setZalouserRuntime };