export declare module NumberFormaters { function currencyFormatter(value: string): string; function rateFormatter(value: string): string; }