import type { DiskAccessor } from '../../accessor/disk.ts'; import type { IndexCacheStore } from '@struktoai/mirage-core/cache/index/store'; import type { PathSpec } from '@struktoai/mirage-core/types'; export declare function readdir(accessor: DiskAccessor, path: PathSpec, index?: IndexCacheStore): Promise; //# sourceMappingURL=readdir.d.ts.map