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