/// <reference lib="WebWorker" />
export {}
declare let self: ServiceWorkerGlobalScope
import initWorker from "./worker"
initWorker(self)