import type { Context as ElysiaContext } from "elysia";
type ElysiaHandler = (ctx: ElysiaContext) => unknown;
export declare function wrapRequestHandler(handler: ElysiaHandler): ElysiaHandler;
export {};
