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 };