import { CaseItem, CasesAndEntities, EntityItem } from './workers/clustering-worker'; /** * Use: cbio.stat.hclusterCases(a); * @return a deferred which gets resolved with the clustering result * when the clustering is done. */ export declare function hclusterColumns(casesAndEntitites: CasesAndEntities): Promise; /** * Use: hclusterGeneticEntities(a); * * @return a deferred which gets resolved with the clustering result * when the clustering is done. */ export declare function hclusterTracks(casesAndEntitites: CasesAndEntities): Promise;