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