import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDbClusterInput, DeleteDbClusterOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDbClusterCommandInput extends DeleteDbClusterInput {} export interface DeleteDbClusterCommandOutput extends DeleteDbClusterOutput, __MetadataBearer {} declare const DeleteDbClusterCommand_base: { new ( input: DeleteDbClusterCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDbClusterCommandInput, DeleteDbClusterCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDbClusterCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDbClusterCommandInput, DeleteDbClusterCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDbClusterCommand extends DeleteDbClusterCommand_base { protected static __types: { api: { input: DeleteDbClusterInput; output: DeleteDbClusterOutput; }; sdk: { input: DeleteDbClusterCommandInput; output: DeleteDbClusterCommandOutput; }; }; }