export declare classJhiMetricsGarbageCollectorComponent {
/**
* object containing garbage collector related metrics
*/
garbageCollectorMetrics: any;
/**
* boolean field saying if the metrics are in the process of being updated
*/
updating: boolean;
}