import { Plugin } from "../../types/Plugin.cjs"; //#region src/prop/bosswind/server.d.ts declare const name = "bosswind"; declare const onBoot: Plugin<'onBoot'>; declare const onReady: Plugin<'onReady'>; declare const onPropTree: Plugin<'onPropTree'>; //#endregion export { name, onBoot, onPropTree, onReady };