goog.module('accidentaloverride.SuperInterface');

goog.require('nativebootstrap.Util');

const SuperInterface = goog.require('accidentaloverride.SuperInterface$impl');
exports = SuperInterface;
