import type { User } from 'auth0' import type { Auth0Error, Auth0UserProfile } from 'auth0-js' export declare function auth0__user__validate( user:User|Auth0UserProfile|Auth0Error ):void export { auth0__user__validate as validate_auth0_user, }