/**
 * set "nested" object property
 */
declare function set(obj: any, prop: any, val: any): void;
export default set;
