declare function safeSet(obj: any, path: string | string[], val: any): void;

export = safeSet;