import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.js";
import "../../EmbraceInstrumentationBase/index.js";
import { GlobalExceptionInstrumentationArgs } from "./types.js";
//#region src/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.ts
declare class GlobalExceptionInstrumentation extends EmbraceInstrumentationBase {
  private readonly _onErrorHandler;
  private readonly _onUnhandledRejectionHandler;
  constructor({ diag, perf }?: GlobalExceptionInstrumentationArgs);
  onDisable(): void;
  onEnable(): void;
}
//#endregion
export { GlobalExceptionInstrumentation };
//# sourceMappingURL=GlobalExceptionInstrumentation.d.ts.map