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