import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.js";
import "../../EmbraceInstrumentationBase/index.js";
import { ServerTimingInstrumentationArgs } from "./types.js";
//#region src/instrumentations/server-timing/ServerTimingInstrumentation/ServerTimingInstrumentation.d.ts
declare class ServerTimingInstrumentation extends EmbraceInstrumentationBase {
  private readonly _onLoad;
  private _performanceCollected;
  constructor({ diag, perf, limitManager }?: ServerTimingInstrumentationArgs);
  onEnable(): void;
  onDisable(): void;
  private _readServerTiming;
}
//#endregion
export { ServerTimingInstrumentation };
//# sourceMappingURL=ServerTimingInstrumentation.d.ts.map