import { Actions } from '@ngrx/effects'; import { Action, Store } from '@ngrx/store'; import { MagSupport } from 'ng-stalk/core/model'; import { Observable } from 'rxjs'; import { MagFrameState } from '../states/mag-frame-state'; import * as i0 from "@angular/core"; export declare class SidebarEffects { private actions; private store; private magSupport; constructor(actions: Actions, store: Store, magSupport: MagSupport); setCurrentMail: Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }