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