import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateTraceSegmentDestinationRequest, UpdateTraceSegmentDestinationResult, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig, } from "../XRayClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateTraceSegmentDestinationCommandInput extends UpdateTraceSegmentDestinationRequest {} export interface UpdateTraceSegmentDestinationCommandOutput extends UpdateTraceSegmentDestinationResult, __MetadataBearer {} declare const UpdateTraceSegmentDestinationCommand_base: { new ( input: UpdateTraceSegmentDestinationCommandInput ): import("@smithy/core/client").CommandImpl< UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [UpdateTraceSegmentDestinationCommandInput] ): import("@smithy/core/client").CommandImpl< UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateTraceSegmentDestinationCommand extends UpdateTraceSegmentDestinationCommand_base { protected static __types: { api: { input: UpdateTraceSegmentDestinationRequest; output: UpdateTraceSegmentDestinationResult; }; sdk: { input: UpdateTraceSegmentDestinationCommandInput; output: UpdateTraceSegmentDestinationCommandOutput; }; }; }