export declare function set(object: any, path: string, value: any): any;
export declare function deleteByPath(object: any, path: string): any;
