goog.module('publicconstructor.PublicConstructor');

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

const PublicConstructor = goog.require('publicconstructor.PublicConstructor$impl');
exports = PublicConstructor;
