declare const _exports: { new (scriptURL: string | URL, options?: WorkerOptions): Worker; prototype: Worker; }; export = _exports;