/**
 * Create nested object if non-existent
 */
declare function namespace(obj: any, path: any): any;
export default namespace;
