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