import { createPluginRuntimeStore, type PluginRuntime } from "openclaw/plugin-sdk/runtime-store"; const { setRuntime: setSmsRuntime, getRuntime: getSmsRuntime } = createPluginRuntimeStore({ pluginId: "sms", errorMessage: "SMS runtime not initialized - plugin not registered", }); export { getSmsRuntime, setSmsRuntime };