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