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