import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { GetDestinationRequest, GetDestinationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetDestinationCommandInput extends GetDestinationRequest {} export interface GetDestinationCommandOutput extends GetDestinationResponse, __MetadataBearer {} declare const GetDestinationCommand_base: { new ( input: GetDestinationCommandInput ): import("@smithy/smithy-client").CommandImpl< GetDestinationCommandInput, GetDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetDestinationCommandInput ): import("@smithy/smithy-client").CommandImpl< GetDestinationCommandInput, GetDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetDestinationCommand extends GetDestinationCommand_base { protected static __types: { api: { input: GetDestinationRequest; output: GetDestinationResponse; }; sdk: { input: GetDestinationCommandInput; output: GetDestinationCommandOutput; }; }; }