declare const SuperUserUtil: { isSuperUser: (email: string) => boolean; }; export default SuperUserUtil;