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