export declare function stringify(val: object): string; export declare function mergeDeep(target: object, ...sources: any[]): object;