wangzhibo
2026-05-09 53418655c061ac26f66058253f39200aced1ab1d
1
2
3
4
5
6
7
8
import type { Instrumenter } from "./interfaces.js";
/**
 * Defines the shared state between CJS and ESM by re-exporting the CJS state.
 */
export declare const state: {
    instrumenterImplementation: Instrumenter | undefined;
};
//# sourceMappingURL=state.d.ts.map