import type { BoxAccessor } from '../../../accessor/box.ts'; import type { IndexCacheStore } from '../../../cache/index/store.ts'; import { PathSpec } from '../../../types.ts'; export declare function walkSize(accessor: BoxAccessor, path: PathSpec, index: IndexCacheStore | undefined, entries: [string, number][] | null): Promise; //# sourceMappingURL=walk.d.ts.map