goog.module('bridgemethods.StringConsumerImpl');

goog.require('bridgemethods.Consumer');
goog.require('bridgemethods.StringConsumer');
goog.require('nativebootstrap.Util');

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