import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ClusterParameterGroupNameMessage, ModifyClusterParameterGroupMessage, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface ModifyClusterParameterGroupCommandInput extends ModifyClusterParameterGroupMessage {} export interface ModifyClusterParameterGroupCommandOutput extends ClusterParameterGroupNameMessage, __MetadataBearer {} declare const ModifyClusterParameterGroupCommand_base: { new ( input: ModifyClusterParameterGroupCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifyClusterParameterGroupCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifyClusterParameterGroupCommand extends ModifyClusterParameterGroupCommand_base { protected static __types: { api: { input: ModifyClusterParameterGroupMessage; output: ClusterParameterGroupNameMessage; }; sdk: { input: ModifyClusterParameterGroupCommandInput; output: ModifyClusterParameterGroupCommandOutput; }; }; }