import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DBParameterGroupNameMessage, ResetDBParameterGroupMessage, } from "../models/models_1"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; export interface ResetDBParameterGroupCommandInput extends ResetDBParameterGroupMessage {} export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupNameMessage, __MetadataBearer {} declare const ResetDBParameterGroupCommand_base: { new ( input: ResetDBParameterGroupCommandInput ): import("@smithy/core/client").CommandImpl< ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ResetDBParameterGroupCommandInput ): import("@smithy/core/client").CommandImpl< ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class ResetDBParameterGroupCommand extends ResetDBParameterGroupCommand_base { protected static __types: { api: { input: ResetDBParameterGroupMessage; output: DBParameterGroupNameMessage; }; sdk: { input: ResetDBParameterGroupCommandInput; output: ResetDBParameterGroupCommandOutput; }; }; }