declare function deepmerge(target: any, source: any, options?: {}): any; export { deepmerge, deepmerge as deepMerge };