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