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