import { GetFlowStateConnectionsRequest } from './get-flow-state-connections-request';
import { IExecution } from '@foblex/mediator';
import { IFFlowStateConnection } from '../i-f-flow-state-connection';
import * as i0 from "@angular/core";
export declare class GetFlowStateConnectionsExecution implements IExecution<GetFlowStateConnectionsRequest, IFFlowStateConnection[]> {
    private _fComponentsStore;
    handle(request: GetFlowStateConnectionsRequest): IFFlowStateConnection[];
    private _mapToConnectionState;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowStateConnectionsExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GetFlowStateConnectionsExecution>;
}
