import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.js"; import { SpanSessionOnLoadInstrumentationArgs } from "./types.js"; //#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.ts.map