import { IGraphNode } from '../../../graphs'; import { VisualizationGraphState } from '../state'; import { LangGraphRunnableConfig } from '@langchain/langgraph'; export declare class RenderVisualizationNode implements IGraphNode { constructor(); execute(state: VisualizationGraphState, config: LangGraphRunnableConfig): Promise; }