import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyClusterRequest, ModifyClusterResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ModifyClusterCommandInput extends ModifyClusterRequest {} export interface ModifyClusterCommandOutput extends ModifyClusterResponse, __MetadataBearer {} declare const ModifyClusterCommand_base: { new ( input: ModifyClusterCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyClusterCommandInput, ModifyClusterCommandOutput, import("..").CloudHSMV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ModifyClusterCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyClusterCommandInput, ModifyClusterCommandOutput, import("..").CloudHSMV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ModifyClusterCommand extends ModifyClusterCommand_base { protected static __types: { api: { input: ModifyClusterRequest; output: ModifyClusterResponse; }; sdk: { input: ModifyClusterCommandInput; output: ModifyClusterCommandOutput; }; }; }