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