/** * Metric-specific unit display. Made for custom metric config conversions. * @param {String} metricType * @returns {String} */ export function getMetricTypeUnitDisplay(metricType: string): string; export { metricsCategories } from "./metricsCategories"; export { INTERVENTION_METRIC_LABELS } from "./interventionMetricsConfig"; export default metrics; import * as metrics from './metricsConfig'; export { getMetricUnitDisplay, getConvertedMetricValue, convertPercentageMetrics } from "./utils"; //# sourceMappingURL=index.d.ts.map