import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteGlobalClusterCommandInput extends DeleteGlobalClusterMessage {} export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterResult, __MetadataBearer {} declare const DeleteGlobalClusterCommand_base: { new ( input: DeleteGlobalClusterCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteGlobalClusterCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base { protected static __types: { api: { input: DeleteGlobalClusterMessage; output: DeleteGlobalClusterResult; }; sdk: { input: DeleteGlobalClusterCommandInput; output: DeleteGlobalClusterCommandOutput; }; }; }