declare const set: (object: any, keyPath: string, value: any) => any;
export default set;
