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