export declare class CurrencyHelper {
    static formatCurrency(amount: number): string;
}
//# sourceMappingURL=CurrencyHelper.d.ts.map