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