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 create(accessor: DatabricksVolumeAccessor, path: PathSpec, index?: IndexCacheStore): Promise; //# sourceMappingURL=create.d.ts.map