goog.module('jstypewithdefault.Interface');

goog.require('nativebootstrap.Util');

const Interface = goog.require('jstypewithdefault.Interface$impl');
exports = Interface;
