export default function joinObject<T>(obj1: any, obj2: any): T;
