export declare function set(obj: any, path: string | string[], value: any): any;
export declare function get(obj: any, path: string | string[], defaultValue?: any): any;
export declare function isPlainObject(value: any): boolean;
export declare function unset(obj: any, path: string | string[]): boolean;
export declare function isEmpty(value: any): boolean;
//# sourceMappingURL=lodashUtils.d.ts.map