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