declare function isEmail(string: string): boolean; export default isEmail;