import { FinancialStatementRequestBody } from './FinancialStatementRequestBody'; export declare class RecognizeFinancialStatementRequest { private 'Enterprise-Project-Id'?; body?: FinancialStatementRequestBody; constructor(); withEnterpriseProjectId(enterpriseProjectId: string): RecognizeFinancialStatementRequest; set enterpriseProjectId(enterpriseProjectId: string | undefined); get enterpriseProjectId(): string | undefined; withBody(body: FinancialStatementRequestBody): RecognizeFinancialStatementRequest; } //# sourceMappingURL=RecognizeFinancialStatementRequest.d.ts.map