import { $n as PluginRuntime } from "./types-C_nat0ED.js"; //#region extensions/matrix/src/runtime.d.ts declare const setMatrixRuntime: (next: PluginRuntime) => void, getMatrixRuntime: () => PluginRuntime, getOptionalMatrixRuntime: () => PluginRuntime | null; //#endregion export { setMatrixRuntime as t };