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