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