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