import { RedrawConnectionsRequest } from './redraw-connections-request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class RedrawConnectionsExecution implements IExecution<RedrawConnectionsRequest, void> {
    private readonly _fMediator;
    private readonly _fComponentsStore;
    handle(request: RedrawConnectionsRequest): void;
    private _getOutput;
    private _getInput;
    private _resetConnectors;
    private _setupConnection;
    private _getLine;
    private _setMarkers;
    static ɵfac: i0.ɵɵFactoryDeclaration<RedrawConnectionsExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<RedrawConnectionsExecution>;
}
