<?phpdeclare(strict_types=1);namespace LeagueFlysystem;final class Visibility{ public const PUBLIC = 'public'; public const PRIVATE = 'private';}