import { Plugin } from "../../types/Plugin.mjs"; //#region src/prop/bosswind/runtime-only.d.ts declare const name = "bosswind"; declare const onInit: Plugin<'onInit'>; declare const onBrowserObjectStart: Plugin<'onBrowserObjectStart'>; //#endregion export { name, onBrowserObjectStart, onInit };