import { CacheKey, CacheOptions, DataTag } from './types.js'; /** * @experimental This is experimental feature. */ declare function cacheOptions(options: CacheOptions): CacheOptions & { cacheKey: DataTag; }; export { cacheOptions };