goog.module('overridingmethods.SomeInterface');

goog.require('nativebootstrap.Util');

const SomeInterface = goog.require('overridingmethods.SomeInterface$impl');
exports = SomeInterface;
