import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDBClusterParameterGroupMessage } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDBClusterParameterGroupCommandInput extends DeleteDBClusterParameterGroupMessage {} export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBearer {} declare const DeleteDBClusterParameterGroupCommand_base: { new ( input: DeleteDBClusterParameterGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDBClusterParameterGroupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base { protected static __types: { api: { input: DeleteDBClusterParameterGroupMessage; output: {}; }; sdk: { input: DeleteDBClusterParameterGroupCommandInput; output: DeleteDBClusterParameterGroupCommandOutput; }; }; }