/**
 * @author zm
 * 匹配自然数
 */
export declare const Natural: RegExp;
/**
 * @author zm
 * 匹配自然数
 */
export declare const Positive: RegExp;
