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