import { Paginator } from "@smithy/types"; import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput, } from "../commands/GetReservedNodeExchangeOfferingsCommand"; import { RedshiftPaginationConfiguration } from "./Interfaces"; export declare const paginateGetReservedNodeExchangeOfferings: ( config: RedshiftPaginationConfiguration, input: GetReservedNodeExchangeOfferingsCommandInput, ...rest: any[] ) => Paginator;