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