/** 正整数 */
export declare const positiveIntegerReg: RegExp;
/** 自然数 */
export declare const naturalNumberReg: RegExp;
/** 非零开头的数字（包含小数） */
export declare const nonZeroNumberReg: RegExp;
