import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteClusterCommandInput extends DeleteClusterRequest {} export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {} declare const DeleteClusterCommand_base: { new ( input: DeleteClusterCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteClusterCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteClusterCommand extends DeleteClusterCommand_base { protected static __types: { api: { input: DeleteClusterRequest; output: DeleteClusterResponse; }; sdk: { input: DeleteClusterCommandInput; output: DeleteClusterCommandOutput; }; }; }