/** * 是否是邮箱 * @category RegExp */ export declare const isEmail: (value: any) => boolean;