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