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