import { MLSolution } from "./MLSolution"; export declare class MLClustering extends MLSolution { getClusterAssignments(options?: Record): string; getClusterForRecord(inputGrObj?: any): string; getClusterInfo(options?: Record): string; getTopNPurityInfo(options?: Record): string; }