export declare class JhiMetricsCacheComponent { /** * object containing all cache related metrics */ cacheMetrics: {}; /** * boolean field saying if the metrics are in the process of being updated */ updating: boolean; filterNaN(input: any): any; }