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