export declare function formatMeasure(value: string | number | undefined, type: string, options?: any): string; export declare function localizeMetric(metricKey: string): string; export declare function getShortType(type: string): string; export declare function isDiffMetric(metricKey: string): boolean; export declare function getMinDecimalsCountToBeDistinctFromThreshold(value: number, threshold: number | undefined): number;