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