import { OpacityChange, PixelMapInput, PixelMapUpdate, ZoomToLevel } from '../../models/pixelmap'; export declare const PixelMapsActions: { sVMSetPixelMapInput: import("@ngrx/store").ActionCreator<"[SVM Pixel Maps Actions] SVM Set Pixel Map Input", (props: { pixelMapInput?: PixelMapInput; }) => { pixelMapInput?: PixelMapInput; } & import("@ngrx/store").Action<"[SVM Pixel Maps Actions] SVM Set Pixel Map Input">>; sVMUpdatePixelMap: import("@ngrx/store").ActionCreator<"[SVM Pixel Maps Actions] SVM Update Pixel Map", (props: { pixelMapUpdate: PixelMapUpdate; }) => { pixelMapUpdate: PixelMapUpdate; } & import("@ngrx/store").Action<"[SVM Pixel Maps Actions] SVM Update Pixel Map">>; sVMSetChannelOpacity: import("@ngrx/store").ActionCreator<"[SVM Pixel Maps Actions] SVM Set Channel Opacity", (props: { channelOpacity?: OpacityChange; }) => { channelOpacity?: OpacityChange; } & import("@ngrx/store").Action<"[SVM Pixel Maps Actions] SVM Set Channel Opacity">>; sVMZoomToPixelMapLevel: import("@ngrx/store").ActionCreator<"[SVM Pixel Maps Actions] SVM Zoom To Pixel Map Level", (props: { zoomToLevel: ZoomToLevel; }) => { zoomToLevel: ZoomToLevel; } & import("@ngrx/store").Action<"[SVM Pixel Maps Actions] SVM Zoom To Pixel Map Level">>; sVMZoomToPixelMapLevelSuccess: import("@ngrx/store").ActionCreator<"[SVM Pixel Maps Actions] SVM Zoom To Pixel Map Level Success", (props: { zoomToLevel: ZoomToLevel; }) => { zoomToLevel: ZoomToLevel; } & import("@ngrx/store").Action<"[SVM Pixel Maps Actions] SVM Zoom To Pixel Map Level Success">>; };