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