import { Oxc } from "./index-DCbJ-kOf.js";

//#region src/vite.d.ts

/**
* Vite plugin
*
* @example
* ```ts
* // vite.config.ts
* import Oxc from 'unplugin-oxc/vite'
*
* export default defineConfig({
*   plugins: [Oxc()],
* })
* ```
*/
declare const vite: typeof Oxc.vite;
//#endregion
export { vite as default, vite as "module.exports" };