<?phpdeclare(strict_types=1);namespace InterventionImageDecoders;use InterventionImageDriversSpecializableDecoder;class FilePathImageDecoder extends SpecializableDecoder{}