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