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'; /** Whether anything exists at a path: a file or a directory. */ export declare function exists(accessor: HfHubAccessor, path: PathSpec, index?: IndexCacheStore): Promise; //# sourceMappingURL=exists.d.ts.map