export default function getDiff(newData: object, oldData: object): { diff: {}; changed: boolean; };