import type { Mem0Accessor } from '../../accessor/mem0.ts'; import type { IndexCacheStore } from '../../cache/index/store.ts'; import type { PathSpec } from '../../types.ts'; export declare const read: (accessor: Mem0Accessor, path: PathSpec, index?: IndexCacheStore, window?: import("../hierarchy/read.ts").ReadWindow) => Promise; /** Stream a memory as full JSON bytes (used by jq). */ export declare function readStream(accessor: Mem0Accessor, path: PathSpec, index?: IndexCacheStore): AsyncIterable; //# sourceMappingURL=read.d.ts.map