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