goog.module('bar.JsTypeWithNamespace');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const JsTypeWithNamespace = goog.require('bar.JsTypeWithNamespace$impl');
exports = JsTypeWithNamespace;
