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