/**
 * A symbol to identify the type of the real user for a given
 * user provider
 */
export declare const PROVIDER_REAL_USER: unique symbol;
/**
 * A symbol to identify the type for the events emitted by a guard
 */
export declare const GUARD_KNOWN_EVENTS: unique symbol;
