export declare const setValueByPath: >(object: T, path: string, value: any) => void;