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