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