import { GeneralTextCharList } from './GeneralTextCharList'; export declare class GeneralTextWordsBlockList { words?: string; location?: Array>; confidence?: number; private 'char_list'?; constructor(words?: string, location?: Array>, confidence?: number, charList?: Array); withWords(words: string): GeneralTextWordsBlockList; withLocation(location: Array>): GeneralTextWordsBlockList; withConfidence(confidence: number): GeneralTextWordsBlockList; withCharList(charList: Array): GeneralTextWordsBlockList; set charList(charList: Array | undefined); get charList(): Array | undefined; } //# sourceMappingURL=GeneralTextWordsBlockList.d.ts.map