goog.module('jsoverlay.NativeJsTypeWithOverlay.Companion');

goog.require('java.lang.Object');
goog.require('jsoverlay.NativeJsTypeWithOverlay.$Overlay');
goog.require('nativebootstrap.Util');
goog.require('test.foo.NativeJsTypeWithOverlay');

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