<?php

declare( strict_types = 1 );

namespace Wikimedia\Parsoid\DOM;

interface Node { # can't extend \DOMNode due to inheritance limitations
}
