/** * read the number function * @param number the number to read. It can be string or number type * @return the Vietnamese number in string. */ export default function readNumber(number: string | number): string;