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