declare const set: (obj: any, path: string, value: any) => any; export default set;