import { MinimapCalculateViewBoxRequest } from './minimap-calculate-view-box.request';
import { IExecution } from '@foblex/mediator';
import { IRect } from '@foblex/2d';
import * as i0 from "@angular/core";
export declare class MinimapCalculateViewBoxExecution implements IExecution<MinimapCalculateViewBoxRequest, IRect> {
    private _fComponentStore;
    private get _fFlow();
    private get _fCanvas();
    handle(request: MinimapCalculateViewBoxRequest): IRect;
    private _getRectForMinimapView;
    private _calculateViewBox;
    static ɵfac: i0.ɵɵFactoryDeclaration<MinimapCalculateViewBoxExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MinimapCalculateViewBoxExecution>;
}
