import { RawCoValue } from "cojson"; import { CoValue } from "../internal.js"; export declare const coValuesCache: { get: (raw: RawCoValue, compute: () => V) => V; }; //# sourceMappingURL=cache.d.ts.map