import type { Configuration } from '@rspack/core'; import type { RepackEnv } from '../type/zephyr-internal-types'; import { type ZephyrRepackPluginOptions } from './ze-repack-plugin'; export declare function withZephyr(zephyrPluginOptions?: ZephyrRepackPluginOptions): (configFn: (env: RepackEnv) => Configuration) => (config: RepackEnv) => Promise;