import { IBaseEvent } from './IBaseEvent.js'; export declare class BaseEvent implements IBaseEvent { channel: string; message_uuid: string; to: string; from: string; timestamp: string; } //# sourceMappingURL=baseEvent.d.ts.map