import { WorkflowSolutionVersion } from "./WorkflowSolutionVersion"; export declare class NLUSolutionVersion extends WorkflowSolutionVersion { copyArtifacts(toSolutionName?: string, options?: Record): string; detectConflicts(input?: any, options?: Record): string; getArtifactAsString( artifactName?: string, options?: Record ): string; getBatchTestingResult(options?: Record): string; getBatchThresholdSummaryResult(options?: Record): string; getProperties(): string; getStatus(includeDetails?: boolean): string; getVersionNumber(): string; predict(input?: any, options?: Record): string; }