import { WorkflowSolutionVersion } from "./WorkflowSolutionVersion"; export declare class ClusteringSolutionVersion extends WorkflowSolutionVersion { 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; }