goog.module('jsoverlay.Main');

goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('jsoverlay.Main.NativeJsTypeInterfaceWithOverlay.$Overlay');
goog.require('jsoverlay.Main.NativeJsTypeInterfaceWithOverlayImpl');
goog.require('jsoverlay.Main.NativeJsTypeWithOverlay.$Overlay');
goog.require('jsoverlay.Main.NativeJsTypeWithOverlayConstant.$Overlay');
goog.require('nativebootstrap.Util');
goog.require('test.foo.NativeJsTypeInterfaceWithOverlay');
goog.require('test.foo.NativeJsTypeWithOverlay');
goog.require('vmbootstrap.Arrays');
goog.require('vmbootstrap.primitives.$int');

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