/** Возвращает символ валюты страны по её названию. */ export declare function getCurrencySymbol(name: string): string | null | undefined;