export declare const deepMerge: (target: any, source: any) => any;
export declare const isEqual: (target: any, source: any) => boolean;
