import type { RAMAccessor } from '../../accessor/ram.ts'; import type { IndexCacheStore } from '../../cache/index/store.ts'; import type { PathSpec } from '../../types.ts'; export declare function read(accessor: RAMAccessor, path: PathSpec, index?: IndexCacheStore): Promise; export declare function readRange(accessor: RAMAccessor, path: PathSpec, index: IndexCacheStore | undefined, offset: number, size: number | null): Promise; //# sourceMappingURL=read.d.ts.map