interface NotificationParams {
title: string,
badge:
}
export default function notify(recipientSubscriptionJSON: any, notification: {
options: NotificationOptions
}) {}