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