class DocumentType extends Nodeimport { DocumentType } from "https://deno.land/x/deno_dom@v0.1.40/src/dom/document.ts"; ConstructorsnewDocumentType(name: string,publicId: string,systemId: string,key: CTOR_KEY,)PropertiesreadonlynamereadonlypublicIdreadonlysystemIdMethods_shallowClone(): Node