diff --git a/xmlbuilder/index.d.ts b/xmlbuilder/index.d.ts index 4367a7fb10..20dabf97ca 100644 --- a/xmlbuilder/index.d.ts +++ b/xmlbuilder/index.d.ts @@ -62,6 +62,7 @@ declare class XMLElementOrXMLNode { declaration(version: string, encoding: string, standalone: boolean): XMLElementOrXMLNode; doctype(pubID: string, sysID: string): XMLDocType; up(): XMLElementOrXMLNode; + importDocument(input: XMLElementOrXMLNode): XMLElementOrXMLNode; root(): XMLElementOrXMLNode; document(): any; end(options?: Object): string;