* SPDX-License-Identifier: MIT */ declare(strict_types=1); namespace Respect\Dev\Markdown; interface Linter { public function lint(File $file): File; }