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