import type { Paginator } from "@smithy/types"; import { DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput } from "../commands/DescribeDBProxyTargetGroupsCommand"; import type { RDSPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeDBProxyTargetGroups: (config: RDSPaginationConfiguration, input: DescribeDBProxyTargetGroupsCommandInput, ...rest: any[]) => Paginator;