/** * Creates a new translation unit from the master and adds the translation * of the slave, if present. */ export declare function mergeTranslationUnit(masterDoc: Document, master: Element, slave: Element): Element;