import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateGlobalClusterCommandInput extends CreateGlobalClusterMessage {} export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterResult, __MetadataBearer {} declare const CreateGlobalClusterCommand_base: { new ( input: CreateGlobalClusterCommandInput, ): import("@smithy/core/client").CommandImpl< CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateGlobalClusterCommandInput, ): import("@smithy/core/client").CommandImpl< CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base { protected static __types: { api: { input: CreateGlobalClusterMessage; output: CreateGlobalClusterResult; }; sdk: { input: CreateGlobalClusterCommandInput; output: CreateGlobalClusterCommandOutput; }; }; }