import { OxlintOptions } from "./types-CKf58m1E.js";

//#region src/webpack.d.ts

/**
 * This entry file is for webpack plugin.
 *
 * @module
 */
/**
 * Webpack plugin
 *
 * @example
 * ```ts
 * // webpack.config.js
 * module.exports = {
 *  plugins: [require('unplugin-oxlint/webpack')()],
 * }
 * ```
 */
declare const _default: (options?: Partial<OxlintOptions> | undefined) => WebpackPluginInstance;
//#endregion
export { _default as default };