import { ChangeReason } from '../ChangeReason'; import { MonoTypeChangeSetOperatorFunction } from '../ChangeSetOperatorFunction'; /** * Excludes updates for the specified reasons * @typeparam TObject The type of the object. * @typeparam TKey The type of the key. * @param reasons The reasons. */ export declare function whereReasonsAreNot(...reasons: ChangeReason[]): MonoTypeChangeSetOperatorFunction;