declare function numberThousandsFormat(num: number, decimal?: number): string | undefined; export { numberThousandsFormat };