import type { ConfigureBundlerContext, PluginHooks } from "@evjs/ev/plugin"; import type { WebpackConfigs } from "../adapter/config/create-config.js"; /** * Typed wrapper for webpack configurations in plugin bundler hooks. * * Use this when a project intentionally switches from the default Utoopack * adapter to the webpack adapter. */ export declare function webpack(fn: (configs: WebpackConfigs, ctx: ConfigureBundlerContext) => void | Promise): NonNullable; //# sourceMappingURL=configure.d.ts.map