import { IMMSEvent } from './IMMSEvent.js'; export declare class MMSEvent implements IMMSEvent { message_type: string; channel: string; from: string; message_uuid: string; timestamp: string; to: string; } //# sourceMappingURL=mmsEvent.d.ts.map