/** * Used to validate user email. * @param {string} email - email to validate * @return {string} the validated email */ export declare function validateEmail(email: string): string; //# sourceMappingURL=is-email.d.ts.map