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