import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { UpdateCommandRequest, UpdateCommandResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateCommandCommandInput extends UpdateCommandRequest {} export interface UpdateCommandCommandOutput extends UpdateCommandResponse, __MetadataBearer {} declare const UpdateCommandCommand_base: { new ( input: UpdateCommandCommandInput ): import("@smithy/core/client").CommandImpl< UpdateCommandCommandInput, UpdateCommandCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateCommandCommandInput ): import("@smithy/core/client").CommandImpl< UpdateCommandCommandInput, UpdateCommandCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateCommandCommand extends UpdateCommandCommand_base { protected static __types: { api: { input: UpdateCommandRequest; output: UpdateCommandResponse; }; sdk: { input: UpdateCommandCommandInput; output: UpdateCommandCommandOutput; }; }; }