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