import { EventRegistry } from "./EventRegistry.js"; export declare class EventError, TEvent extends Function = T["eventClass"], E extends {} = TEvent["prototype"]> extends Error { constructor(registry: T, event: E, error: any); cause: any; }