export declare class CambodianIdCardRequestBody { image?: string; url?: string; private 'return_portrait_image'?; private 'return_portrait_location'?; private 'return_idcard_type'?; private 'detect_border_integrity'?; private 'detect_blocking_within_border'?; private 'detect_blur'?; private 'detect_glare'?; private 'return_adjusted_image'?; private 'detect_tampering'?; private 'detect_reproduce'?; constructor(); withImage(image: string): CambodianIdCardRequestBody; withUrl(url: string): CambodianIdCardRequestBody; withReturnPortraitImage(returnPortraitImage: boolean): CambodianIdCardRequestBody; set returnPortraitImage(returnPortraitImage: boolean | undefined); get returnPortraitImage(): boolean | undefined; withReturnPortraitLocation(returnPortraitLocation: boolean): CambodianIdCardRequestBody; set returnPortraitLocation(returnPortraitLocation: boolean | undefined); get returnPortraitLocation(): boolean | undefined; withReturnIdcardType(returnIdcardType: boolean): CambodianIdCardRequestBody; set returnIdcardType(returnIdcardType: boolean | undefined); get returnIdcardType(): boolean | undefined; withDetectBorderIntegrity(detectBorderIntegrity: boolean): CambodianIdCardRequestBody; set detectBorderIntegrity(detectBorderIntegrity: boolean | undefined); get detectBorderIntegrity(): boolean | undefined; withDetectBlockingWithinBorder(detectBlockingWithinBorder: boolean): CambodianIdCardRequestBody; set detectBlockingWithinBorder(detectBlockingWithinBorder: boolean | undefined); get detectBlockingWithinBorder(): boolean | undefined; withDetectBlur(detectBlur: boolean): CambodianIdCardRequestBody; set detectBlur(detectBlur: boolean | undefined); get detectBlur(): boolean | undefined; withDetectGlare(detectGlare: boolean): CambodianIdCardRequestBody; set detectGlare(detectGlare: boolean | undefined); get detectGlare(): boolean | undefined; withReturnAdjustedImage(returnAdjustedImage: boolean): CambodianIdCardRequestBody; set returnAdjustedImage(returnAdjustedImage: boolean | undefined); get returnAdjustedImage(): boolean | undefined; withDetectTampering(detectTampering: boolean): CambodianIdCardRequestBody; set detectTampering(detectTampering: boolean | undefined); get detectTampering(): boolean | undefined; withDetectReproduce(detectReproduce: boolean): CambodianIdCardRequestBody; set detectReproduce(detectReproduce: boolean | undefined); get detectReproduce(): boolean | undefined; } //# sourceMappingURL=CambodianIdCardRequestBody.d.ts.map