import { EventBus } from "./lib/event-bus.js"; import type { ErrorHandler } from "./lib/type/web-rtc.js"; export declare class ErrorDispatcher { private eventBus; onError: ErrorHandler | null; constructor(eventBus: EventBus); dispatch(error: Error): void; } //# sourceMappingURL=error-dispatcher.d.ts.map