declare const isEmail: (str: any) => boolean; export default isEmail;