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