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