export default function mergeObjects<T>(object1: any, object2: any): T | undefined;
