import { IExecution } from '@foblex/mediator';
import { EmitSelectionChangeEventRequest } from './emit-selection-change-event-request';
import * as i0 from "@angular/core";
export declare class EmitSelectionChangeEventExecution implements IExecution<EmitSelectionChangeEventRequest, void> {
    private _fMediator;
    private _fComponentsStore;
    private get _fSelectionChange();
    private _fDraggableDataContext;
    handle(request: EmitSelectionChangeEventRequest): void;
    private _getSelection;
    private _emitSelectionChange;
    static ɵfac: i0.ɵɵFactoryDeclaration<EmitSelectionChangeEventExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<EmitSelectionChangeEventExecution>;
}
