goog.module('bridgemethods.SomeOtherFooInterface');

goog.require('nativebootstrap.Util');

const SomeOtherFooInterface = goog.require('bridgemethods.SomeOtherFooInterface$impl');
exports = SomeOtherFooInterface;
