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