import { Locale } from "./types/locale"; import { Iso4217Alpha3Code, Iso4217NumericCode } from "./types/iso4217"; export declare function formatCurrency(currency: Iso4217Alpha3Code | Iso4217NumericCode, locale?: Locale): string;