import '@contentlayer2/utils/effect/Tracing/Enable'; import type * as esbuild from 'esbuild'; import type { WebpackOptionsNormalized } from 'webpack'; export type NextPluginOptions = { configPath?: string | undefined; esbuildOptions?: Pick | undefined; }; export declare const runBeforeWebpackCompile: ({ mode, pluginOptions, devServerStartedRef, }: { mode: WebpackOptionsNormalized["mode"]; pluginOptions: NextPluginOptions; devServerStartedRef: { current: boolean; }; }) => Promise; //# sourceMappingURL=plugin.d.ts.map