declare const numberToWords: (input: string | number) => string; export { numberToWords };