import type { IndexCacheStore } from '@struktoai/mirage-core/cache/index/store'; import type { PathSpec } from '@struktoai/mirage-core/types'; import type { HfHubAccessor } from '../../accessor/hf_hub.ts'; /** Read a byte range, in the resource API's end-exclusive spelling. */ export declare function rangeRead(accessor: HfHubAccessor, path: PathSpec, start: number, end: number): Promise; export declare function stream(accessor: HfHubAccessor, path: PathSpec, index?: IndexCacheStore): AsyncIterable; //# sourceMappingURL=stream.d.ts.map