import type { ConfigInput } from './configurator.js';
/**
 * Deep merge two Polen config inputs.
 * The second config (overrides) takes precedence over the first (base).
 */
export declare const mergeInputs: (base: ConfigInput, overrides?: ConfigInput | undefined) => ConfigInput;
//# sourceMappingURL=merge.d.ts.map