import { PluginWithDevTools } from "@vitejs/devtools-kit"; //#region src/vite.d.ts /** * Mount the Oxc DevTools inside Vite DevTools. Delegates to kit's * `createPluginFromDevframe`, which serves the SPA, synthesizes the iframe dock * entry from the definition metadata, and runs `oxcDevframe.setup(ctx)`. */ declare function DevToolsOxc(): PluginWithDevTools; //#endregion export { DevToolsOxc };