import deepmerge from 'deepmerge';
export declare const arrayMerge: (target: any[], source: any[], options: deepmerge.ArrayMergeOptions) => any[];
