import { CacheAdapter } from "./cacheAdapters"; export declare const TtlCacheAdapter: CacheAdapter<{ lifetime: number; }, {}>;