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