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