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