1 | /**
|
2 | * A symbol to identify the type of the real user for a given
|
3 | * user provider
|
4 | */
|
5 | export declare const PROVIDER_REAL_USER: unique symbol;
|
6 | /**
|
7 | * A symbol to identify the type for the events emitted by a guard
|
8 | */
|
9 | export declare const GUARD_KNOWN_EVENTS: unique symbol;
|