import type { RxDocument, RxQuery, RxPlugin, UpdateQuery } from '../../types/index.d.ts'; export declare function incrementalUpdate(this: RxDocument, updateObj: UpdateQuery): Promise>; export declare function update(this: RxDocument, updateObj: UpdateQuery): Promise>; export declare function RxQueryUpdate(this: RxQuery, updateObj: UpdateQuery): Promise; export declare const RxDBUpdatePlugin: RxPlugin;