goog.module('bridgejsmethod.Main.Parent');

goog.require('bridgejsmethod.Main');
goog.require('bridgejsmethod.Main.GrandParent');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const Parent = goog.require('bridgejsmethod.Main.Parent$impl');
exports = Parent;
