export declare function numFormatThousandTwoDecimal(money: any): any; export declare function numRounding(x: any): number | undefined; export declare function numFormatThousand(num: any): string; export declare function isNumberop(val: any): boolean;