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