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