import { IObject } from "./"; export declare function setValue(obj: IObject, path: string, value: any): any;