import type { TreeLeaf, TreeParent } from "../async-tree/types.js"; export declare function getNodeDepth(node: TreeParent | TreeLeaf): number;