import { MonoTypeChangeSetOperatorFunction } from '../ChangeSetOperatorFunction'; /** * Supresses updates which are empty * @typeparam TObject The type of the object. * @typeparam TKey The type of the key. */ export declare function notEmpty(): MonoTypeChangeSetOperatorFunction;