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