declare const getObjectDiff: , UO extends Record>(originalObject: OO, updatedObject: UO) => Partial; export default getObjectDiff;