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