export declare abstract class RebindEvent { abstract type: RebindEventType; } export declare enum RebindEventType { AUTH_EVENT = 0 }