export declare class EncoderVersion { getKeywords(input?: Array, options?: Record): string getProperties(): string getSentenceVectors(input?: Array, options?: Record): string getSimilarWords(input?: Array, options?: Record): string getStatus(includeDetails?: boolean): string getVersionNumber(): string getWordVectors(input?: Array): string constructor() }