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