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