export declare class FinancialStatementRequestBody { image?: string; url?: string; private 'return_text_location'?; private 'return_confidence'?; private 'return_excel'?; private 'return_table_location'?; private 'return_image_size'?; private 'return_rectification_matrix'?; constructor(); withImage(image: string): FinancialStatementRequestBody; withUrl(url: string): FinancialStatementRequestBody; withReturnTextLocation(returnTextLocation: boolean): FinancialStatementRequestBody; set returnTextLocation(returnTextLocation: boolean | undefined); get returnTextLocation(): boolean | undefined; withReturnConfidence(returnConfidence: boolean): FinancialStatementRequestBody; set returnConfidence(returnConfidence: boolean | undefined); get returnConfidence(): boolean | undefined; withReturnExcel(returnExcel: boolean): FinancialStatementRequestBody; set returnExcel(returnExcel: boolean | undefined); get returnExcel(): boolean | undefined; withReturnTableLocation(returnTableLocation: boolean): FinancialStatementRequestBody; set returnTableLocation(returnTableLocation: boolean | undefined); get returnTableLocation(): boolean | undefined; withReturnImageSize(returnImageSize: boolean): FinancialStatementRequestBody; set returnImageSize(returnImageSize: boolean | undefined); get returnImageSize(): boolean | undefined; withReturnRectificationMatrix(returnRectificationMatrix: boolean): FinancialStatementRequestBody; set returnRectificationMatrix(returnRectificationMatrix: boolean | undefined); get returnRectificationMatrix(): boolean | undefined; } //# sourceMappingURL=FinancialStatementRequestBody.d.ts.map