<?php

namespace AmpProject\Dom\Document;

/**
 * Filter to process the document.
 *
 * This is only a marker interface and needs to be extended by the specific filter types that defines methods.
 *
 * @package ampproject/amp-toolbox
 */
interface Filter
{
}
