import type { IConfiguration } from './types'; export declare function mergeConfigurations>(source: T, ...configurations: Partial[]): T;