import { createPluginRuntimeStore } from "remoteclaw/plugin-sdk/compat"; import type { PluginRuntime } from "remoteclaw/plugin-sdk/line"; const { setRuntime: setLineRuntime, getRuntime: getLineRuntime } = createPluginRuntimeStore("LINE runtime not initialized - plugin not registered"); export { getLineRuntime, setLineRuntime };