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