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