const selector: StateSelector<
    NotificationState,
    {
        isMuted: NotificationState['isMuted'];
        toggle: NotificationState['toggle'];