goog.module('markimplementornativetypes.MyNativeInterface.$Overlay$impl');

const MyNativeInterface = goog.require('test.foo.MyNativeInterface');

/** @nodts */
class $Overlay {
 /** @nodts */
 static $clinit() {
  $Overlay.$clinit = () =>{};
  $Overlay.$loadModules();
 }
 
 /** @nodts */
 static $loadModules() {}
}

exports = $Overlay;

//# sourceMappingURL=MyNativeInterface$$Overlay.js.map
