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