export default function shallowMerge<T, U>(target: T, source: U): T & U;
