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