export declare const METRIC_ALIASES: Record; export declare const NAVIGATION_METRIC_ALIASES: Record; export declare const METRIC_SHORT_NAMES: Record; export declare function resolveMetricName(input: string): string; export declare function resolveNavigationMetricName(input: string): string; export declare function getMetricDisplayName(metricName: string): string;