/** * Creates a new XLIFF 1.2 from a doc adding/removing nodes * using a master */ export declare function updateTranslations(master: Document, oldDoc: Document): Document;