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