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"
]);

export { HapiComponentName, HapiLayerType, HapiLifecycleMethodNames, handlerPatched };
//# sourceMappingURL=internal-types.js.map
