import { GlobalExceptionInstrumentationArgs } from "./GlobalExceptionInstrumentation/types.js";
import { GlobalExceptionInstrumentation } from "./GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.js";
import "./GlobalExceptionInstrumentation/index.js";
export { GlobalExceptionInstrumentation, type GlobalExceptionInstrumentationArgs };