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