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

goog.require('nativebootstrap.Util');

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