export declare class EventError extends Error { private _code; constructor(code?: string, message?: string); get code(): string; }