import { SmartDocumentRecognizerTableBlock } from './SmartDocumentRecognizerTableBlock'; export declare class SmartDocumentRecognizerFormResult { private 'form_count'?; private 'form_list'?; constructor(); withFormCount(formCount: number): SmartDocumentRecognizerFormResult; set formCount(formCount: number | undefined); get formCount(): number | undefined; withFormList(formList: Array): SmartDocumentRecognizerFormResult; set formList(formList: Array | undefined); get formList(): Array | undefined; } //# sourceMappingURL=SmartDocumentRecognizerFormResult.d.ts.map