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