declare const getObjectDiffKeys: (originalObject: Record, updatedObject: Record) => string[]; export default getObjectDiffKeys;