goog.module('jstypewithdefault.SomeJsType');

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

const SomeJsType = goog.require('jstypewithdefault.SomeJsType$impl');
exports = SomeJsType;
