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