UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

7 lines (6 loc) 325 B
import { type CacheHealthInspector } from '../api/cache-health-inspector.js'; export declare class DefaultCacheHealthInspector implements CacheHealthInspector { exists(path: string): Promise<boolean>; getSize(path: string): Promise<number>; filterExisting(paths: readonly string[]): Promise<readonly string[]>; }