import type { HierarchyRectangularNode } from 'd3-hierarchy'; import type { ClusterNode, LeafNode } from '../types/guards/node-guards.js'; import type { InternalTreeMapNode } from '../types/internal.js'; export declare const splitNodesByDepth: (nodes: HierarchyRectangularNode[]) => { clusters: HierarchyRectangularNode[]; leafs: HierarchyRectangularNode[]; }; //# sourceMappingURL=split-nodes-by-depth.d.ts.map