import { FullConfiguration } from '../types'; export declare const mergeConfigs: (a: Partial, b?: Partial | undefined) => Partial;