/** * For Turkey fixes currency label with locale options * * @param {string} currency * @param {string} locale * @returns {string} */ export function normalizeCurrencyLabel(currency: string, locale: string): string;