import { FinancialStatementResultImageSize } from './FinancialStatementResultImageSize'; import { FinancialStatementWordsRegionList } from './FinancialStatementWordsRegionList'; export declare class FinancialStatementResult { private 'words_region_count'?; private 'words_region_list'?; excel?: string; private 'image_size'?; private 'rectification_matrix'?; constructor(wordsRegionCount?: number, wordsRegionList?: Array); withWordsRegionCount(wordsRegionCount: number): FinancialStatementResult; set wordsRegionCount(wordsRegionCount: number | undefined); get wordsRegionCount(): number | undefined; withWordsRegionList(wordsRegionList: Array): FinancialStatementResult; set wordsRegionList(wordsRegionList: Array | undefined); get wordsRegionList(): Array | undefined; withExcel(excel: string): FinancialStatementResult; withImageSize(imageSize: FinancialStatementResultImageSize): FinancialStatementResult; set imageSize(imageSize: FinancialStatementResultImageSize | undefined); get imageSize(): FinancialStatementResultImageSize | undefined; withRectificationMatrix(rectificationMatrix: Array>): FinancialStatementResult; set rectificationMatrix(rectificationMatrix: Array> | undefined); get rectificationMatrix(): Array> | undefined; } //# sourceMappingURL=FinancialStatementResult.d.ts.map