export declare class LanguageXSolutionVersion { getProperties(): string getVersionNumber(): string predict(input?: any, options?: Record): string recordFeedback(input?: any, options?: Record): string constructor() }