export declare function usePageNotificationsRead(): { markAllNotificationsRead: () => void; markAllNotificationsUnread: () => void; setNotificationRead: (to: string, read: boolean) => void; isNotificationRead: (to: string) => boolean; };