import { Actions } from "@ngrx/effects"; import { Store } from "@ngrx/store"; import { IAppState } from "../../state/app.state"; import * as i0 from "@angular/core"; export declare class DisplayModeEffects { private _actions$; private _store$; constructor(_actions$: Actions, _store$: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }