/** * Resolve the shared collection cache directory. * @param baseDir Optional home-root override used by isolated tests. This is not * a cache-directory override; use DOLLHOUSE_CACHE_DIR for an exact cache path. */ export declare function resolveCollectionCacheDir(baseDir?: string): string; //# sourceMappingURL=cachePaths.d.ts.map