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