export declare const EMAIL_REGEX: RegExp; export declare const isValidEmail: (email: string) => boolean; //# sourceMappingURL=email.d.ts.map