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 interface HfReadOptions { offset?: number; size?: number; } export declare function read(accessor: HfAccessor, path: PathSpec, _index?: IndexCacheStore, options?: HfReadOptions): Promise; //# sourceMappingURL=read.d.ts.map