goog.module('implementsgenericinterface.GenericInterface');

goog.require('nativebootstrap.Util');

const GenericInterface = goog.require('implementsgenericinterface.GenericInterface$impl');
exports = GenericInterface;
