goog.module('jsoverlay.NativeJsTypeWithOverlay.$Overlay');

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

const $Overlay = goog.require('jsoverlay.NativeJsTypeWithOverlay.$Overlay$impl');
/** @nodts */
exports = $Overlay;
