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