import { Actions } from '@ngrx/effects'; import * as i0 from "@angular/core"; export declare class UiEffects { private actions$; loadUis$: import("rxjs").Observable<{ id: string; } & import("@ngrx/store").Action<"[SVM Annotation] Focus Annotation">> & import("@ngrx/effects").CreateEffectMetadata; resetInteraction$: import("rxjs").Observable<{ toolMode: import("../../models/interaction").MouseInteractionType; } & import("@ngrx/store").Action<"[SVM Ui] Set Tool Mode">> & import("@ngrx/effects").CreateEffectMetadata; constructor(actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }