declare const isEmailValid: (email?: string) => boolean; export default isEmailValid;