export declare const EMAIL_IS_EMG_APPS: (email: string | undefined) => boolean; export declare const EMAIL_IS_EMG_APPS_CROSS_ACCOUNTS_ENABLED: (email: string | undefined) => boolean; export declare const EMAIL_IS_DEV: (email: string | undefined) => boolean;