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