import { Plugin } from "../../types/Plugin.mjs"; //#region src/dev/plugin/browser.d.ts declare const name = "devtools"; declare const onBrowserObjectStart: Plugin<'onBrowserObjectStart'>; //#endregion export { name, onBrowserObjectStart };