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