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