import { Actions } from "@ngrx/effects"; import { Store } from "@ngrx/store"; import * as i0 from "@angular/core"; export declare class TfDasbhoardEffects { private actions$; private store; constructor(actions$: Actions, store: Store); toggleSidebar$: import("rxjs").Observable<[never, import("./tf-dashboard.models").TfDashboardState]> & import("@ngrx/effects").CreateEffectMetadata; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }