export default function applyPatches({ model, oldProperties, newProperties }: { model: any; oldProperties: any; newProperties: any; }): void;