import { WorkflowSolutionVersion } from "./WorkflowSolutionVersion.js"; export declare class ClusteringSolutionVersion extends WorkflowSolutionVersion { constructor(...args: any[]); cancelUpdateJob(): void; deleteClusterAssignments(options?: Record): number; deleteUnavailableClusterModels(options?: Record): number; getClusterAssignments(options?: Record): string; getClusterInfo(options?: Record): string; getProperties(): string; getStatus(includeDetails?: boolean): string; getTopNPurityInfo(options?: Record): string; getUpdateStatus(): string; getVersionNumber(): string; predict(input?: any, options?: Record): string; static publishStatsJob(solutionId?: string, sysAttachmentId?: string): void; submitDeleteJob(input?: any): void; submitUpdateClusteringJobToPredictionServer(options?: Record): string; submitUpdateJob(options?: Record): void; } //# sourceMappingURL=ClusteringSolutionVersion.d.ts.map