import type { NodeModel } from "../types"; export declare const getTreeItem: (tree: NodeModel[], id: NodeModel["id"]) => NodeModel | undefined;