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