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