export declare const deepMerge: <X extends Record<string | symbol | number, any>>(target: X | null | undefined, source: X | null | undefined) => X;
