import { MonoTypeOperatorFunction } from 'rxjs'; import { ISortedChangeSet } from '../ISortedChangeSet'; /** * Converts moves changes to remove + add * @typeparam TObject The type of the object. * @typeparam TKey The type of the key. */ export declare function treatMovesAsRemoveAdd(): MonoTypeOperatorFunction>;