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