import { WorkflowSolutionVersion } from "./WorkflowSolutionVersion"; export declare class RegressionSolutionVersion extends WorkflowSolutionVersion { getProperties(): string; getStatus(includeDetails?: boolean): string; getVersionNumber(): string; predict(input?: any, options?: Record): string; }