import type { TreeParent, TreeRoot } from "./+types.async-tree.js";
export declare function getParentNodeByPath<K, D>(tree: TreeRoot<K, D>, path: (string | null)[]): TreeRoot<K, D> | TreeParent<K, D> | null;
