export default function useHideAllPageNotifications(): () => {
    type: "HIDE_ALL_PAGE_NOTIFICATIONS";
};
