import { ApplicationRef, OnDestroy } from '@angular/core';
export declare class PerformanceMonitoringService implements OnDestroy {
    private disposable;
    constructor(appRef: ApplicationRef);
    ngOnDestroy(): void;
}
