import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { DeleteCacheClusterMessage, DeleteCacheClusterResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteCacheClusterCommandInput extends DeleteCacheClusterMessage {} export interface DeleteCacheClusterCommandOutput extends DeleteCacheClusterResult, __MetadataBearer {} declare const DeleteCacheClusterCommand_base: { new ( input: DeleteCacheClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteCacheClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteCacheClusterCommand extends DeleteCacheClusterCommand_base { protected static __types: { api: { input: DeleteCacheClusterMessage; output: DeleteCacheClusterResult; }; sdk: { input: DeleteCacheClusterCommandInput; output: DeleteCacheClusterCommandOutput; }; }; }