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