import type { TreeNodeData } from "../../Tree/types"; export declare const pruneTree: (nodes: TreeNodeData[], searchTerm: string) => TreeNodeData[];