declare function isEmail(val: string): boolean;

export = isEmail;
