import { IExecution } from '@foblex/mediator';
import { AddDndToStoreRequest } from './add-dnd-to-store-request';
import * as i0 from "@angular/core";
export declare class AddDndToStoreExecution implements IExecution<AddDndToStoreRequest, void> {
    private _fComponentsStore;
    handle(request: AddDndToStoreRequest): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AddDndToStoreExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AddDndToStoreExecution>;
}
