export declare function getOrCreateSession(chatId: string): Promise; export declare function getActiveSessionCount(): number; export declare function disposeAll(): Promise; //# sourceMappingURL=session-manager.d.ts.map