export declare class EventLoopLagMeasurer { private eventLoopDelayMonitor; private percentilesInstrument; private maxInstrument; constructor(); start(): void; updateInstrumentsAndReset(): Promise; private setPercentileObservation; }