import { Update } from '../state/StoreObserver'; import { Annotation } from '../model/Annotation'; export declare const diffAnnotations: (oldValue: T, newValue: T) => Update; //# sourceMappingURL=diffAnnotations.d.ts.map