export interface CacheStats { pages: number; bytes: number; } export declare function readCacheStats(dataDir: string): CacheStats; //# sourceMappingURL=status-cache.d.ts.map