import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_0"; export { __MetadataBearer }; export interface ModifyGlobalClusterCommandInput extends ModifyGlobalClusterMessage {} export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterResult, __MetadataBearer {} declare const ModifyGlobalClusterCommand_base: { new ( input: ModifyGlobalClusterCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ModifyGlobalClusterCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ModifyGlobalClusterCommand extends ModifyGlobalClusterCommand_base { protected static __types: { api: { input: ModifyGlobalClusterMessage; output: ModifyGlobalClusterResult; }; sdk: { input: ModifyGlobalClusterCommandInput; output: ModifyGlobalClusterCommandOutput; }; }; }