import { Paginator } from "@smithy/types"; import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput, } from "../commands/DescribeReservedNodesCommand"; import { RedshiftPaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeReservedNodes: ( config: RedshiftPaginationConfiguration, input: DescribeReservedNodesCommandInput, ...rest: any[] ) => Paginator;