method Docx.prototype.cloneAsEmptyTemplateimport { Docx } from "https://deno.land/x/docxml@5.9.0/src/Docx.ts"; cloneAsEmptyTemplate(): Docx<PropsGeneric>Clone some reusable configuration to a new instance of Docx: XML rendering rules Settings Default content types Custom styles Does not clone other things, like: Not content Not content type overrides Not relationships (unless required for settings) Not anything else either ReturnsDocx<PropsGeneric>