/**
 * Based on https://github.com/validatorjs/validator.js/blob/master/src/lib/isEmail.js
 * MIT License - Copyright (c) 2018 Chris O'Hara
 */
export default function isEmailString(str: string): boolean;
