export declare type ChangeReason = 'add' | 'update' | 'remove' | 'refresh' | 'moved'; export declare function isChangeReason(value: any): boolean;