import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteClusterMessage, DeleteClusterResult } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteClusterCommandInput extends DeleteClusterMessage {} export interface DeleteClusterCommandOutput extends DeleteClusterResult, __MetadataBearer {} declare const DeleteClusterCommand_base: { new ( input: DeleteClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteClusterCommandInput, DeleteClusterCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteClusterCommandInput, DeleteClusterCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteClusterCommand extends DeleteClusterCommand_base { protected static __types: { api: { input: DeleteClusterMessage; output: DeleteClusterResult; }; sdk: { input: DeleteClusterCommandInput; output: DeleteClusterCommandOutput; }; }; }