import { WorkflowSolutionVersion } from "./WorkflowSolutionVersion.js"; export declare class RegressionSolutionVersion extends WorkflowSolutionVersion { constructor(...args: any[]); getProperties(): string; getStatus(includeDetails?: boolean): string; getVersionNumber(): string; predict(input?: any, options?: Record): string; } //# sourceMappingURL=RegressionSolutionVersion.d.ts.map