import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { CreateOTAUpdateRequest, CreateOTAUpdateResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateOTAUpdateCommandInput extends CreateOTAUpdateRequest {} export interface CreateOTAUpdateCommandOutput extends CreateOTAUpdateResponse, __MetadataBearer {} declare const CreateOTAUpdateCommand_base: { new ( input: CreateOTAUpdateCommandInput ): import("@smithy/core/client").CommandImpl< CreateOTAUpdateCommandInput, CreateOTAUpdateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateOTAUpdateCommandInput ): import("@smithy/core/client").CommandImpl< CreateOTAUpdateCommandInput, CreateOTAUpdateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateOTAUpdateCommand extends CreateOTAUpdateCommand_base { protected static __types: { api: { input: CreateOTAUpdateRequest; output: CreateOTAUpdateResponse; }; sdk: { input: CreateOTAUpdateCommandInput; output: CreateOTAUpdateCommandOutput; }; }; }