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