import JDLObject from './jdl-object.js'; export default function mergeJDLObjects(firstJDLObject: any, secondJDLObject: any): JDLObject;