import type { DropboxAccessor } from '../../accessor/dropbox.ts'; import type { PathSpec } from '../../types.ts'; export declare function write(accessor: DropboxAccessor, path: PathSpec, data: Uint8Array): Promise; //# sourceMappingURL=write.d.ts.map