import { NodeOptions } from '@highlight-run/node'; type NextContext = { params: Promise>; }; type NextHandler = (request: Request, context: NextContext) => Promise; export declare function Highlight(options: NodeOptions): (originalHandler: NextHandler) => (request: Request, context: NextContext) => Promise; export {}; //# sourceMappingURL=with-highlight-nodejs-app-router.d.ts.map