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