/** * * @param email * @returns */ declare const isEmail: (email: string) => boolean; export default isEmail;