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