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