import { Actions } from '@ngrx/effects'; import { ImageService } from './image.service'; import * as i0 from "@angular/core"; export declare class ImageEffects { private actions$; private imageService; loadImages$: import("rxjs").Observable<({ images: import("./image.actions").Image[]; } & import("@ngrx/store/src/models").TypedAction<"[Image] Load Images Success">) | ({ error: string; } & import("@ngrx/store/src/models").TypedAction<"[Image] Load Images Failure">)> & import("@ngrx/effects").CreateEffectMetadata; addImages$: import("rxjs").Observable | ({ error: string; } & import("@ngrx/store/src/models").TypedAction<"[Image] Load Images Failure">) | ({ name: string; } & import("@ngrx/store/src/models").TypedAction<"[Image] Added Image">)> & import("@ngrx/effects").CreateEffectMetadata; constructor(actions$: Actions, imageService: ImageService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }