import { IExecution } from '@foblex/mediator';
import { AddZoomToStoreRequest } from './add-zoom-to-store-request';
import * as i0 from "@angular/core";
export declare class AddZoomToStoreExecution implements IExecution<AddZoomToStoreRequest, void> {
    private _fComponentsStore;
    handle(request: AddZoomToStoreRequest): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AddZoomToStoreExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AddZoomToStoreExecution>;
}
