export { NodeType, NodeCuttedType, ClusterMatrix, } from './types'; export { TAGS, DistanceMetric, LinkageMethod, TreeDefaultPalette, TreeColorNames, } from './consts'; export { isLeaf } from './utils'; //# sourceMappingURL=index.d.ts.map