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