import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.js"; import { UserTimingInstrumentationArgs } from "./types.js"; //#region src/instrumentations/user-timing/UserTimingInstrumentation/UserTimingInstrumentation.d.ts declare class UserTimingInstrumentation extends EmbraceInstrumentationBase { private _markObserver; private _measureObserver; private _seenEntries; private _isEnabled; private readonly _allowedEntries; constructor({ diag, perf, limitManager, allowedEntries }?: UserTimingInstrumentationArgs); enable(): void; disable(): void; private _processEntry; } //#endregion export { UserTimingInstrumentation }; //# sourceMappingURL=UserTimingInstrumentation.d.ts.map