/**
* A symbol to identify the type of the real user for a given
* user provider
*/exportdeclareconstPROVIDER_REAL_USER: unique symbol;
/**
* A symbol to identify the type for the events emitted by a guard
*/exportdeclareconstGUARD_KNOWN_EVENTS: unique symbol;