import type { Paginator } from "@smithy/types"; import { DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput } from "../commands/DescribeCacheParameterGroupsCommand"; import type { ElastiCachePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeCacheParameterGroups: (config: ElastiCachePaginationConfiguration, input: DescribeCacheParameterGroupsCommandInput, ...rest: any[]) => Paginator;