goog.module('sealedclasses.sealedclassinanotherpackage.SealedClassInAnotherPackage');

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

const SealedClassInAnotherPackage = goog.require('sealedclasses.sealedclassinanotherpackage.SealedClassInAnotherPackage$impl');
exports = SealedClassInAnotherPackage;
