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