import { AsyncLocalStorage } from 'node:async_hooks'; import type { TWorld } from './defs.js'; import type { TTag } from './ttag.js'; export interface TStepTrace { world: TWorld; tag: TTag; stepperName: string; } export declare const stepTraceStorage: AsyncLocalStorage; export declare class NodeHttpEvents { private static isInitialized; static init(): void; private static emitTrace; private static tryDecode; } //# sourceMappingURL=node-http-events.d.ts.map