/// <reference types="chrome" />
declare const checkPolyfilled = "typeof browser !== \"undefined\"";
declare const _executeScript: typeof chrome.tabs.executeScript;
declare const withP: (args_0: any, args_1?: any) => Promise<any[]>;
