import { GetFlowStateRequest } from './get-flow-state.request';
import { IExecution } from '@foblex/mediator';
import { IFFlowState } from './i-f-flow-state';
import * as i0 from "@angular/core";
export declare class GetFlowStateExecution implements IExecution<GetFlowStateRequest, IFFlowState> {
    private _fMediator;
    private _fComponentsStore;
    handle(payload: GetFlowStateRequest): IFFlowState;
    private _getCanvasPosition;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowStateExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GetFlowStateExecution>;
}
