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