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