export interface IErrorEvent {
    client: {
        id: string;
    };
    type: 'error';
    version: number;
}
//# sourceMappingURL=error-event.d.ts.map