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