import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_0"; export { __MetadataBearer }; export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {} export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __MetadataBearer {} declare const ModifyDBClusterCommand_base: { new ( input: ModifyDBClusterCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ModifyDBClusterCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base { protected static __types: { api: { input: ModifyDBClusterMessage; output: ModifyDBClusterResult; }; sdk: { input: ModifyDBClusterCommandInput; output: ModifyDBClusterCommandOutput; }; }; }