import type { Configuration as RspackConfiguration } from '@rspack/core'; import type { ZephyrRspackPluginOptions } from '../types'; export type Configuration = RspackConfiguration; export declare function withZephyr(zephyrPluginOptions?: ZephyrRspackPluginOptions): (config: Configuration) => Promise;