1 | import { Store, StoreRootModule, StoreFeatureModule } from '@ngrx/store';
|
2 | import { EffectsRunner } from './effects_runner';
|
3 | import { EffectSources } from './effect_sources';
|
4 | import * as i0 from "@angular/core";
|
5 | export declare class EffectsRootModule {
|
6 | private sources;
|
7 | constructor(sources: EffectSources, runner: EffectsRunner, store: Store, rootEffectsInstances: unknown[], storeRootModule: StoreRootModule, storeFeatureModule: StoreFeatureModule, guard: unknown);
|
8 | addEffects(effectsInstance: unknown): void;
|
9 | static ɵfac: i0.ɵɵFactoryDeclaration<EffectsRootModule, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
10 | static ɵmod: i0.ɵɵNgModuleDeclaration<EffectsRootModule, never, never, never>;
|
11 | static ɵinj: i0.ɵɵInjectorDeclaration<EffectsRootModule>;
|
12 | }
|