import type { Lifecycle } from "@hapi/hapi"; export declare function wrapRequestHandler(handler: Lifecycle.Method): Lifecycle.Method;