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