/** * 检测手机号 * @param v */ export declare function phone(): RegExp; /** * 检测邮箱 */ export declare function mail(): RegExp; /** * 检测长度 */ export declare function length(max: number, min?: number): RegExp;