import { IUrlPayload } from '../IUrlPayload.js'; import { IMMSAudioEvent } from './IMMSAudioEvent.js'; export declare class MMSAudioEvent implements IMMSAudioEvent { audio: IUrlPayload; channel: string; from: string; message_type: string; message_uuid: string; timestamp: string; to: string; } //# sourceMappingURL=mmsAudioEvent.d.ts.map