import { Node, NodeTree } from '../interfaces'; export declare const mergeTrees: (rootNode: Node, childrenNodes: NodeTree[]) => NodeTree;