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