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