goog.module('staticjsmethodswithclassnamespace.ExternalCaller');

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

const ExternalCaller = goog.require('staticjsmethodswithclassnamespace.ExternalCaller$impl');
exports = ExternalCaller;
