import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DAXClient"; import { UpdateClusterRequest, UpdateClusterResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateClusterCommandInput extends UpdateClusterRequest {} export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __MetadataBearer {} declare const UpdateClusterCommand_base: { new ( input: UpdateClusterCommandInput ): import("@smithy/core/client").CommandImpl< UpdateClusterCommandInput, UpdateClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateClusterCommandInput ): import("@smithy/core/client").CommandImpl< UpdateClusterCommandInput, UpdateClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateClusterCommand extends UpdateClusterCommand_base { protected static __types: { api: { input: UpdateClusterRequest; output: UpdateClusterResponse; }; sdk: { input: UpdateClusterCommandInput; output: UpdateClusterCommandOutput; }; }; }