import type { GitHubAccessor } from '../../accessor/github.ts'; import type { IndexCacheStore } from '../../cache/index/store.ts'; import type { PathSpec } from '../../types.ts'; export declare function read(accessor: GitHubAccessor, path: PathSpec, index?: IndexCacheStore): Promise; export declare function stream(accessor: GitHubAccessor, path: PathSpec, index?: IndexCacheStore): AsyncIterable; //# sourceMappingURL=read.d.ts.map