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