import { MatrixEvent } from "matrix-js-sdk/src/matrix";
export declare const isVoiceBroadcastStartedEvent: (event: MatrixEvent) => boolean;
