import { t as BaseProbeResult } from "./types.core-DLqY2yz3.js"; import { t as ChannelPlugin } from "./types.plugin-M6Pttpij.js"; import { t as ResolvedMatrixAccount } from "./accounts-KD_fu4Oh.js"; //#region extensions/matrix/src/matrix/probe.d.ts type MatrixProbe = BaseProbeResult & { status?: number | null; elapsedMs: number; userId?: string | null; }; //#endregion //#region extensions/matrix/src/channel.d.ts declare const matrixPlugin: ChannelPlugin; //#endregion export { matrixPlugin as t };