import { IUrlPayload } from '../IUrlPayload.js'; import { IMMSVideoEvent } from './IMMSVideoEvent.js'; export declare class MMSVideoEvent implements IMMSVideoEvent { video: IUrlPayload; channel: string; from: string; message_type: string; message_uuid: string; timestamp: string; to: string; } //# sourceMappingURL=mmsVideoEvent.d.ts.map