goog.module('jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod');

goog.require('java.lang.String');
goog.require('jsmethod.JsMethodExample.Base');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const SubJsTypeWithRenamedJsMethod = goog.require('jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod$impl');
exports = SubJsTypeWithRenamedJsMethod;
