goog.module('some.other.pkg.SomeOtherName');

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

const QualifiedNativeMatch = goog.require('some.other.pkg.SomeOtherName$impl');
exports = QualifiedNativeMatch;
