goog.module('privateconstructor.PrivateConstructor');

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

const PrivateConstructor = goog.require('privateconstructor.PrivateConstructor$impl');
exports = PrivateConstructor;
