import type { IndexCacheStore } from '@struktoai/mirage-core/cache/index/store'; import type { PathSpec } from '@struktoai/mirage-core/types'; import type { HfHubAccessor } from '../../accessor/hf_hub.ts'; /** * List one directory of the repository. * * Answers in mount-absolute paths, the way the index keys them. */ export declare function readdir(accessor: HfHubAccessor, pathSpec: PathSpec, index?: IndexCacheStore): Promise; //# sourceMappingURL=readdir.d.ts.map