import type { GraphNode, NodeInstance } from '../types/base';
export declare function addNodeWithSubnodes(nodes: Map<string, GraphNode>, nodeInstance: NodeInstance<string, string, unknown>): string | undefined;
