export default function compatiblePropertyNameChange(obj: any, propertiesChanged: Array<{ prev: string; now: string; }>): any;