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