export function hcluster(items: any, distance: any, linkage: any, threshold: any, snapshot: any, snapshotCallback: any): { hc: any; tree: any; clusters: any; };