import { Unused } from './index.js';
import 'unplugin';
import './api.d-Do0AsE08.js';
import 'unplugin-utils';

/**
 * This entry file is for webpack plugin.
 *
 * @module
 */

/**
 * Webpack plugin
 *
 * @example
 * ```ts
 * // webpack.config.js
 * module.exports = {
 *  plugins: [require('unplugin-unused/webpack')()],
 * }
 * ```
 */
declare const webpack: typeof Unused.webpack;

export { webpack as 'module.exports', webpack as default };
