import type { DatabricksVolumeAccessor } from '../../accessor/databricks_volume.ts'; import type { IndexCacheStore } from '../../cache/index/store.ts'; import { FileStat, type PathSpec } from '../../types.ts'; export declare function stat(accessor: DatabricksVolumeAccessor, path: PathSpec, index?: IndexCacheStore): Promise; //# sourceMappingURL=stat.d.ts.map