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