import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.cjs";
import { SpanSessionOnLoadInstrumentationArgs } from "./types.cjs";

//#region src/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.d.ts
declare class SpanSessionOnLoadInstrumentation extends EmbraceInstrumentationBase {
  constructor({
    diag
  }?: SpanSessionOnLoadInstrumentationArgs);
  disable(): void;
  enable(): void;
}
//#endregion
export { SpanSessionOnLoadInstrumentation };
//# sourceMappingURL=SpanSessionOnLoadInstrumentation.d.cts.map