export declareclassJhiMetricsSystemComponent{
/**
* object containing thread related metrics
*/
systemMetrics: {};
/**
* boolean field saying if the metrics are in the process of being updated
*/
updating: boolean;
convertMillisecondsToDuration(ms: any): string;
}