/// export declare function getObjectDelta(a: T, b: T): Partial | undefined; export declare function applyObjectDelta(data: T, delta: Partial): void;