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