export declare function wordToCurrency(input: string, currency: string): number;
