import { SelectAllRequest } from './select-all.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class SelectAllExecution implements IExecution<SelectAllRequest, void> {
    private _fDraggableDataContext;
    private _fComponentsStore;
    handle(request: SelectAllRequest): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SelectAllExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<SelectAllExecution>;
}
