import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store"; import type { PluginRuntime } from "./runtime-support.js"; const { setRuntime: setZaloRuntime, getRuntime: getZaloRuntime } = createPluginRuntimeStore({ pluginId: "zalo", errorMessage: "Zalo runtime not initialized", }); export { getZaloRuntime, setZaloRuntime };