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