/** * Deep extend */ export declare function deepExtend(source: any, target: any): any;