import { ExecutionContext } from '../types/context';
import { UnknowEnum } from '../types/core';
export declare function executeNode<NodeType extends UnknowEnum>(context: ExecutionContext<NodeType>): Promise<any>;
