export declare class AgentZeroSolutionVersion { constructor(); getLabelingData(): string; getProperties(): string; getSolutionVersionThresholds(): string; getStatus(includeDetails?: boolean): string; getVersionNumber(): string; predict(input?: any, options?: Record): string; } //# sourceMappingURL=AgentZeroSolutionVersion.d.ts.map