export declare class AgentZeroSolutionVersion { getLabelingData(): string getProperties(): string getSolutionVersionThresholds(): string getStatus(includeDetails?: boolean): string getVersionNumber(): string predict(input?: any, options?: Record): string constructor() }