/**
* Convert number to string with replacing exponent part on decimals
*
* @param value the number
* @return string representation of a number
*/exportdeclarefunctionstringifyNumberWithoutExp(value: number): string;
//# sourceMappingURL=stringify-number-without-exp.d.ts.map