export default class WebPushService { private entityService; register(): Promise; createRegistration(r: ServiceWorkerRegistration): Promise; updateRegistration(s: PushSubscription): Promise; } //# sourceMappingURL=WebPushService.d.ts.map