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