import { AddZoomToStoreExecution } from './add-zoom-to-store';
import { RemoveZoomFromStoreExecution } from './remove-zoom-from-store';
import { SetZoomExecution } from './set-zoom';
import { ResetZoomExecution } from './reset-zoom';
export declare const F_ZOOM_FEATURES: (typeof AddZoomToStoreExecution | typeof RemoveZoomFromStoreExecution | typeof ResetZoomExecution | typeof SetZoomExecution)[];
