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