/** * 根据 id 查找节点 * * @param root 目标集合 * @param id 节点编号 */ export declare function getNode(root: any, id: string): null;