/**
 * Creates eve-owned Nitro bundler overrides that must apply to both Rollup
 * and Rolldown hosted builds.
 */
export declare function createNitroBundlerConfig(plugins: readonly object[]): Record<string, unknown>;
