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