import type { RAMAccessor } from '../../accessor/ram.ts'; import type { IndexCacheStore } from '../../cache/index/store.ts'; import { FileStat, type PathSpec } from '../../types.ts'; export declare function stat(accessor: RAMAccessor, path: PathSpec, _index?: IndexCacheStore): Promise; //# sourceMappingURL=stat.d.ts.map