type Params = { req: Request; }; export default function bunextRequestHandler({ req: initial_req, }: Params): Promise; export {};