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