import { MLSolution } from "./MLSolution.js"; export declare class MLClustering extends MLSolution { constructor(...args: any[]); getClusterAssignments(options?: Record): string; getClusterForRecord(inputGrObj?: any): string; getClusterInfo(options?: Record): string; getTopNPurityInfo(options?: Record): string; } //# sourceMappingURL=MLClustering.d.ts.map