export declare class GeniusSearchSolutionVersion { getAssemblyConfig(): Record getConfig(): Record getProperties(): string getStatus(includeDetails?: boolean): string getVersionNumber(): string predict(input?: any, options?: Record): string constructor() }