import { GetParentNodesRequest } from './get-parent-nodes.request';
import { IExecution } from '@foblex/mediator';
import { FNodeBase } from '../../../f-node';
import * as i0 from "@angular/core";
export declare class GetParentNodesExecution implements IExecution<GetParentNodesRequest, FNodeBase[]> {
    private _fComponentsStore;
    handle(request: GetParentNodesRequest): FNodeBase[];
    private _getParentNodes;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetParentNodesExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GetParentNodesExecution>;
}
