export declare function watchNotifications(user: string): import("rxjs").Observable<{ notification: string; }>; export declare function hash(user: string): string[]; //# sourceMappingURL=watch-notifications.d.ts.map