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