goog.module('jsbridgeaccidentaloverride.MyJsType');

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

const MyJsType = goog.require('jsbridgeaccidentaloverride.MyJsType$impl');
exports = MyJsType;
