/** * indicates if SharedWorker is supported, in the global scope */ declare const SharedWorkerSupported: boolean; export { SharedWorkerSupported };