/** * 去指数化函数 * * @category Utils * @param num * @returns */ export declare const toNonExponential: (num: any) => any;