import { Currency } from '../../constants/payment'; export declare const currencyTranslator: (currency: Currency) => "د.إ" | "د.ب" | "د.ك" | "ر.س" | "ر.ق";