import type { IndexCacheStore } from '@struktoai/mirage-core/cache/index/store'; import type { PathSpec } from '@struktoai/mirage-core/types'; import type { HfAccessor } from '../../accessor/hf.ts'; export declare function rangeRead(accessor: HfAccessor, path: PathSpec, start: number, end: number): Promise; export declare function stream(accessor: HfAccessor, path: PathSpec, _index?: IndexCacheStore, chunkSize?: number): AsyncIterable; //# sourceMappingURL=stream.d.ts.map