openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
5 lines • 306 B
TypeScript
import { $n as PluginRuntime } from "./types-C0dQmare.js";
//#region extensions/matrix/src/runtime.d.ts
declare const setMatrixRuntime: (next: PluginRuntime) => void, getMatrixRuntime: () => PluginRuntime, getOptionalMatrixRuntime: () => PluginRuntime | null;
//#endregion
export { setMatrixRuntime as t };