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