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