import type { RsbuildConfig } from './types'; export declare const mergeRsbuildConfig: (...originalConfigs: (T | undefined)[]) => T;