import { ScoreType } from '../types/common';
/**
 * Format score based on score type
 * @param value - Score value
 * @param scoreType - Score display enum
 * @returns Formatted score string
 */
export declare function formatScore(value: number, scoreType: ScoreType): string;
//# sourceMappingURL=formatScore.d.ts.map