import type { Paginator } from "@smithy/types"; import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand"; import type { ElastiCachePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeSnapshots: (config: ElastiCachePaginationConfiguration, input: DescribeSnapshotsCommandInput, ...rest: any[]) => Paginator;