Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

const HapiComponentName = "@hapi/hapi";
const handlerPatched = /* @__PURE__ */ Symbol("hapi-handler-patched");
const HapiLayerType = {
  ROUTER: "router",
  PLUGIN: "plugin",
  EXT: "server.ext"
};
const HapiLifecycleMethodNames = /* @__PURE__ */ new Set([
  "onPreAuth",
  "onCredentials",
  "onPostAuth",
  "onPreHandler",
  "onPostHandler",
  "onPreResponse",
  "onRequest"
]);

exports.HapiComponentName = HapiComponentName;
exports.HapiLayerType = HapiLayerType;
exports.HapiLifecycleMethodNames = HapiLifecycleMethodNames;
exports.handlerPatched = handlerPatched;
//# sourceMappingURL=internal-types.js.map
