import { IExecution } from '@foblex/mediator';
import { IsConnectionUnderNodeRequest } from './is-connection-under-node.request';
import * as i0 from "@angular/core";
export declare class IsConnectionUnderNodeExecution implements IExecution<IsConnectionUnderNodeRequest, void> {
    private _fMediator;
    private _fComponentsStore;
    handle(request: IsConnectionUnderNodeRequest): void;
    private _getOutputConnectors;
    private _getInputConnectors;
    private _getOutputConnectionsId;
    private _getInputConnectionsId;
    private _getConnectorsId;
    private _calculateConnectionsUnderNode;
    private _isConnectionHasIntersectionsWithNode;
    private _emitNodeIntersectedWithConnections;
    static ɵfac: i0.ɵɵFactoryDeclaration<IsConnectionUnderNodeExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<IsConnectionUnderNodeExecution>;
}
