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