/opt/canhelp/node_modules/next/dist/server/lib/router-utils
Edit: /opt/canhelp/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.d.ts (504B)
import type { InstrumentationModule, InstrumentationOnRequestError } from '../../instrumentation/types';
export declare function getInstrumentationModule(projectDir: string, distDir: string): Promise
;
export declare function instrumentationOnRequestError(projectDir: string, distDir: string, ...args: Parameters): Promise;
export declare function ensureInstrumentationRegistered(projectDir: string, distDir: string): Promise;