import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeDBProxyTargetGroupsRequest, DescribeDBProxyTargetGroupsResponse, } from "../models/models_0"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeDBProxyTargetGroupsCommandInput extends DescribeDBProxyTargetGroupsRequest {} export interface DescribeDBProxyTargetGroupsCommandOutput extends DescribeDBProxyTargetGroupsResponse, __MetadataBearer {} declare const DescribeDBProxyTargetGroupsCommand_base: { new ( input: DescribeDBProxyTargetGroupsCommandInput ): import("@smithy/core/client").CommandImpl< DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeDBProxyTargetGroupsCommandInput ): import("@smithy/core/client").CommandImpl< DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribeDBProxyTargetGroupsCommand extends DescribeDBProxyTargetGroupsCommand_base { protected static __types: { api: { input: DescribeDBProxyTargetGroupsRequest; output: DescribeDBProxyTargetGroupsResponse; }; sdk: { input: DescribeDBProxyTargetGroupsCommandInput; output: DescribeDBProxyTargetGroupsCommandOutput; }; }; }