goog.module('jstypecastsinstanceof.CastToNativeType');

goog.require('java.lang.Object');
goog.require('jstypecastsinstanceof.CastToNativeType.NativeJsType.$Overlay');
goog.require('jstypecastsinstanceof.CastToNativeType.NativeObject.$Overlay');
goog.require('nativebootstrap.Util');
goog.require('test.foo.NativeJsType');
goog.require('vmbootstrap.Arrays');
goog.require('vmbootstrap.Casts');

const CastToNativeType = goog.require('jstypecastsinstanceof.CastToNativeType$impl');
exports = CastToNativeType;
