export declare class SSEManager { private static active; private static observersRegistered; private static onVisibilityChange; private static onPageHide; private static onPageShow; private static initializing; static start(): Promise; static stop(): void; static dispose(): void; private static ensureController; private static resolveToken; private static runSync; private static dispatchServerEvent; private static registerObservers; private static unregisterObservers; } //# sourceMappingURL=SSEManager.d.ts.map