export interface IBaseEvent { channel: string; message_uuid: string; to: string; from: string; timestamp: string; } //# sourceMappingURL=IBaseEvent.d.ts.map