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