import { OnDestroy } from "@angular/core"; import { EventBus, IEvent } from "@nova-ui/bits"; import * as i0 from "@angular/core"; /** * A provider that helps with debugging events on the pizzagna event bus. Include it anywhere in the widget to activate it. */ export declare class EventBusDebugger implements OnDestroy { private eventBus; private readonly destroy$; constructor(eventBus: EventBus); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }