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