import { AnnotationMappingService } from './../../services/annotation-mapping.service'; import { Actions } from '@ngrx/effects'; import { Store } from '@ngrx/store'; import * as i0 from "@angular/core"; export declare class AnnotationEffects { private actions$; private store; private annotationIdSet; addAnnotationIds$: import("rxjs").Observable> & import("@ngrx/effects").CreateEffectMetadata; checkCleanUpCache$: import("rxjs").Observable<{ annotationIds: string[]; } & import("@ngrx/store").Action<"[SVM Annotation] Discard Annotations">> & import("@ngrx/effects").CreateEffectMetadata; clearAnnotations$: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; constructor(actions$: Actions, store: Store, annotationIdSet: AnnotationMappingService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }