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