goog.module('exportimport.Main');

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

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