/**
 * Handle special cases when merging 2 configuration values.
 * If the target and source are both arrays, concatenate them.
 */
export default function handleMerge(target: any, source: any): any;
//# sourceMappingURL=handleMerge.d.ts.map