import { CambodianIdCardResult } from './CambodianIdCardResult'; import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse"; export declare class RecognizeCambodianIdCardResponse extends SdkResponse { result?: CambodianIdCardResult; private 'X-Request-Id'?; constructor(); withResult(result: CambodianIdCardResult): RecognizeCambodianIdCardResponse; withXRequestId(xRequestId: string): RecognizeCambodianIdCardResponse; set xRequestId(xRequestId: string | undefined); get xRequestId(): string | undefined; } //# sourceMappingURL=RecognizeCambodianIdCardResponse.d.ts.map