import type { ClusterObjectOptions, ClusterOptions, ClusterResult } from './types.js'; export declare function clusterData({ data, sampleLabels, onProgress, checkCancellation, }: ClusterOptions): Promise; export declare function clusterObject({ data, onProgress, checkCancellation, }: ClusterObjectOptions): Promise;