goog.module('overwrittentypevariables.MyFunction');

goog.require('nativebootstrap.Util');

const MyFunction = goog.require('overwrittentypevariables.MyFunction$impl');
exports = MyFunction;
