Variable Document

    Document: {
        prototype: Document;
        parseHTMLUnsafe(html: string): Document;
        new (): Document;
    }

    Type declaration