import type { Paginator } from "@smithy/types"; import { DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput } from "../commands/DescribeDBClusterSnapshotsCommand"; import type { RDSPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeDBClusterSnapshots: (config: RDSPaginationConfiguration, input: DescribeDBClusterSnapshotsCommandInput, ...rest: any[]) => Paginator;