import type Browser from 'webextension-polyfill'; // export type UserlandBrowser = { // get webRequest(): WebRequest.Static; // }; export type UserlandBrowser = Browser.Browser;