export declare const EMAIL_REGEX: RegExp; export declare const TRASH_EMAIL_DOMAINS: Set; export declare function isValidEmail(email: string, options?: { allowTrashEmail?: boolean; }): boolean;