<?phpdeclare(strict_types=1);namespace LeagueFlysystem;interface PathNormalizer{ public function normalizePath(string $path): string;}