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