import type { DatabricksVolumeAccessor } from '../../accessor/databricks_volume.ts'; import type { IndexCacheStore } from '../../cache/index/store.ts'; import { type PathSpec } from '../../types.ts'; export interface DbxReadOptions { offset?: number; size?: number; } export declare function readBytes(accessor: DatabricksVolumeAccessor, path: PathSpec, _index?: IndexCacheStore, options?: DbxReadOptions): Promise; //# sourceMappingURL=read.d.ts.map