goog.module('libraryinfo.Main.JsTypeInterface');

goog.require('nativebootstrap.Util');

const JsTypeInterface = goog.require('libraryinfo.Main.JsTypeInterface$impl');
exports = JsTypeInterface;
