export declare const setPropByPath: (obj: Record<string, any>, path: string, value: any) => void;
