declare function amountWithCommas(amount: number): string; declare function amountInKrWithCommas(amount: number): string; declare function amountWithPercentage(amount: number): string; export { amountWithCommas, amountInKrWithCommas, amountWithPercentage }; //# sourceMappingURL=currency.d.ts.map