import { t as Oxc } from "./index-DcCXhNky.mjs";

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