/**
 * @module validator
 */
/**
 * validate a string is email or not.
 */
export declare function isEmail(arg: string): boolean;
