import { WorkflowSolutionVersion } from "./WorkflowSolutionVersion.js"; export declare class NLUSolutionVersion extends WorkflowSolutionVersion { constructor(...args: any[]); 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; } //# sourceMappingURL=NLUSolutionVersion.d.ts.map