import type { Notification } from 'stream-chat';
export declare const useNotifications: () => Notification[];
