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