/**
 * Set property of object by path in dot notation
 */
import { SetProperty } from '../type-utils/set.types';
export declare const setProperty: SetProperty;
