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