export function createPatch(current: any, next: any): {
    u: any;
    d: string;
};
export function applyPatch(current: any, patch: any): any;
//# sourceMappingURL=objectDiff.d.ts.map