import type { InstrumentationModule, InstrumentationOnRequestError } from '../instrumentation/types'; export declare function getEdgeInstrumentationModule(): Promise; export declare function edgeInstrumentationOnRequestError(...args: Parameters): Promise; export declare function ensureInstrumentationRegistered(): Promise;