module.exports = {
  m: function() { return "ok"; },
  n: require('./_private')
};