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