type DeepMergeable = any; export declare function deepObjectAssign(target: DeepMergeable, ...sources: DeepMergeable[]): DeepMergeable; export {};