import type { LinearAccessor } from '../../accessor/linear.ts'; import type { PathSpec } from '../../types.ts'; export declare const read: (accessor: LinearAccessor, path: PathSpec, index?: import("../../cache/index/store.ts").IndexCacheStore, window?: import("../hierarchy/read.ts").ReadWindow) => Promise; //# sourceMappingURL=read.d.ts.map