import { ObjectDotNotations } from './typeUtils'; export declare function setByPath, K extends ObjectDotNotations>(obj: T, key: K, value: any): T;