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