////////////////////////////////////////////////////// // BEWARE: DO NOT EDIT MANUALLY! Changes will be lost! ////////////////////////////////////////////////////// import { Menus } from "./menus"; /** * Namespace: browser.contextMenus */ export namespace ContextMenus { interface Static extends Menus.Static { [s: string]: unknown; } }