export default function update<T>(model: T | undefined, path: string, value: any): T;
