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