goog.module('libraryinfo.Main.MyJsType');

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

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