export declare function set(obj: any, path: any, value: any): any;
export default set;