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