goog.module('bridgemethods.SpecializedInterface');

goog.require('nativebootstrap.Util');

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