/opt/canhelp/node_modules/next/dist/server/web
Edit: /opt/canhelp/node_modules/next/dist/server/web/globals.d.ts (402B)
import type { InstrumentationModule, InstrumentationOnRequestError } from '../instrumentation/types';
export declare function getEdgeInstrumentationModule(): Promise
;
export declare function edgeInstrumentationOnRequestError(...args: Parameters): Promise;
export declare function ensureInstrumentationRegistered(): Promise;