import { Actions } from '@ngrx/effects'; import { Store } from '@ngrx/store'; import { BusService } from '../service/bus.service'; import * as i0 from "@angular/core"; export declare class ActionBusEffects { private actions$; private store; private busService; forwardOnBus$: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; constructor(actions$: Actions, store: Store, busService: BusService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }