declare const formatMoney: (moneyValue: string, showDollarSign?: boolean) => string; export default formatMoney;