import { NewNode } from '../types'; export declare const updateParentSiblings: (treeData: any, newNode: NewNode) => any;