import type { Paginator } from "@smithy/types"; import { DescribeClusterParameterGroupsCommandInput, DescribeClusterParameterGroupsCommandOutput } from "../commands/DescribeClusterParameterGroupsCommand"; import { RedshiftPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeClusterParameterGroups: (config: RedshiftPaginationConfiguration, input: DescribeClusterParameterGroupsCommandInput, ...rest: any[]) => Paginator;