import StrNumberFlag from '../libs/StrNumberFlag'; /** 正无穷 */ export declare const POSITIVE_INFINITY: StrNumberFlag; /** 负无穷 */ export declare const NEGATIVE_INFINITY: StrNumberFlag; /** 不存在的数字 */ export declare const _NaN: StrNumberFlag;