export declare function currencyToWord(amount: number, currency: string): string;
