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