export declare class SmartDocumentRecognizerCharList { private 'char'?; private 'char_confidence'?; private 'char_location'?; constructor(); withChar(_char: string): SmartDocumentRecognizerCharList; set _char(_char: string | undefined); get _char(): string | undefined; withCharConfidence(charConfidence: number): SmartDocumentRecognizerCharList; set charConfidence(charConfidence: number | undefined); get charConfidence(): number | undefined; withCharLocation(charLocation: Array>): SmartDocumentRecognizerCharList; set charLocation(charLocation: Array> | undefined); get charLocation(): Array> | undefined; } //# sourceMappingURL=SmartDocumentRecognizerCharList.d.ts.map