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