export declare class SkyChatServer { private static CURRENT_GUEST_ID; private readonly httpServer; private readonly authBridge; private readonly pluginManager; private readonly roomManager; constructor(); start(): void; private onConnectionAccepted; private getUserSession; /** * Build a new session object when there is a new connection */ private getNewGuestSession; }