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