import { AST } from "./index.js";

//#region src/webpack.d.ts
/**
* Webpack plugin
*
* @example
* ```ts
* // webpack.config.js
* module.exports = {
*  plugins: [require('unplugin-ast/webpack')()],
* }
* ```
*/
declare const _default: typeof AST.webpack;
//#endregion
export { _default as default };