import { Actions } from '@ngrx/effects'; import { Store } from '@ngrx/store'; import { ZoomToLevel } from '../../models/pixelmap'; import * as i0 from "@angular/core"; export declare class PixelMapsEffects { private readonly store; private readonly actions$; convertZoomToLevel$: import("rxjs").Observable<{ zoomToLevel: ZoomToLevel; } & import("@ngrx/store").Action<"[SVM Pixel Maps Actions] SVM Zoom To Pixel Map Level Success">> & import("@ngrx/effects").CreateEffectMetadata; constructor(store: Store, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }