import { DummyDocumentType } from './dummy/dummy-document-type'; export declare class DocumentTypeImpl extends DummyDocumentType { name: string; publicId: string; systemId: string; internalSubset: string; constructor(); }