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