exports.handler = __f0;

var __util = {};
Object.defineProperty(__util, "__esModule", { value: true });
__util.hello = "world";

function __f0() {
  return (function() {
    with({ util: __util, this: undefined, arguments: undefined }) {

return () => util;

    }
  }).apply(undefined, undefined).apply(this, arguments);
}
