export declare class GeneralTableRequestBody { image?: string; url?: string; private 'return_text_location'?; private 'return_char_location'?; private 'return_confidence'?; private 'return_excel'?; private 'return_rectification_matrix'?; private 'with_borders'?; constructor(); withImage(image: string): GeneralTableRequestBody; withUrl(url: string): GeneralTableRequestBody; withReturnTextLocation(returnTextLocation: boolean): GeneralTableRequestBody; set returnTextLocation(returnTextLocation: boolean | undefined); get returnTextLocation(): boolean | undefined; withReturnCharLocation(returnCharLocation: boolean): GeneralTableRequestBody; set returnCharLocation(returnCharLocation: boolean | undefined); get returnCharLocation(): boolean | undefined; withReturnConfidence(returnConfidence: boolean): GeneralTableRequestBody; set returnConfidence(returnConfidence: boolean | undefined); get returnConfidence(): boolean | undefined; withReturnExcel(returnExcel: boolean): GeneralTableRequestBody; set returnExcel(returnExcel: boolean | undefined); get returnExcel(): boolean | undefined; withReturnRectificationMatrix(returnRectificationMatrix: boolean): GeneralTableRequestBody; set returnRectificationMatrix(returnRectificationMatrix: boolean | undefined); get returnRectificationMatrix(): boolean | undefined; withWithBorders(withBorders: boolean): GeneralTableRequestBody; set withBorders(withBorders: boolean | undefined); get withBorders(): boolean | undefined; } //# sourceMappingURL=GeneralTableRequestBody.d.ts.map