import { Actions } from '@ngrx/effects'; import { Store } from '@ngrx/store'; import { MagFrameState } from '../states/mag-frame-state'; import * as i0 from "@angular/core"; export declare class ToolMenuEffects { private actions; private store; constructor(actions: Actions, store: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }