import { GetCurrentSelectionRequest } from './get-current-selection.request';
import { IExecution } from '@foblex/mediator';
import { ICurrentSelection } from './i-current-selection';
import * as i0 from "@angular/core";
export declare class GetCurrentSelectionExecution implements IExecution<GetCurrentSelectionRequest, ICurrentSelection> {
    private _fDraggableDataContext;
    handle(): ICurrentSelection;
    private _getSelectedNodes;
    private _getSelectedGroups;
    private _getSelectedConnections;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetCurrentSelectionExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GetCurrentSelectionExecution>;
}
