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