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