export declare function isEmailValidForLogin(email: string, approved_domains?: string[]): boolean;
