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