import { Request, Response } from 'express'; export declare function sseHandler(req: Request, res: Response): Promise; export declare function registerChatEventsRoutes(app: any): void; //# sourceMappingURL=chat-events.d.ts.map