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