/** * Merge object deep */ export declare const merge: (source: T, override: E | null | undefined) => T; //# sourceMappingURL=merge.d.ts.map