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