goog.module('jsoverlay.MainKt');

goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('jsoverlay.NativeJsTypeInterfaceWithOverlay.$Overlay');
goog.require('jsoverlay.NativeJsTypeInterfaceWithOverlayImpl');
goog.require('jsoverlay.NativeJsTypeWithOverlay.$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 MainKt = goog.require('jsoverlay.MainKt$impl');
exports = MainKt;
