import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.cjs";
//#region src/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.ts
type GlobalExceptionInstrumentationArgs = Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>;
//#endregion
export { GlobalExceptionInstrumentationArgs };
//# sourceMappingURL=types.d.cts.map