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