import type { HierarchyRectangularNode } from '@visx/hierarchy/lib/types.js'; import type { ClusterNode, LeafNode } from '../types/guards/node-guards.js'; export declare const useSetHierarchyNodes: (clusters: HierarchyRectangularNode[], leafs: HierarchyRectangularNode[]) => void;