import type { NodeModel } from "../types"; export declare const getDescendants: (treeData: NodeModel[], id: NodeModel["id"]) => NodeModel[];