import type { IndexCacheStore } from '@struktoai/mirage-core/cache/index/store'; import type { PathSpec } from '@struktoai/mirage-core/types'; import type { NextcloudAccessor } from '../../accessor/nextcloud.ts'; export declare function write(accessor: NextcloudAccessor, path: PathSpec, data: Uint8Array, _index?: IndexCacheStore): Promise; //# sourceMappingURL=write.d.ts.map