I've been trying to use admin.auth.DecodedIdToken in my global declaration file but I've found out that export = admin only exports types in admin without nested namespaces. I did a quick research and learned that export as namespace admin; can be used to whole namespace.
Is there any particular reason for not to export whole namespace?