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