goog.module('woo.StaticJsMethodsWithClassNamespace.Companion');

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

const Companion = goog.require('woo.StaticJsMethodsWithClassNamespace.Companion$impl');
exports = Companion;
