export declare function initRealtime(server: import("http").Server): void; export declare function notifyUser(userId: string, event: string, payload: any): void; //# sourceMappingURL=realtime.d.ts.map