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