<?phpdeclare(strict_types=1);namespace InterventionImageInterfaces;interface ProfileInterface{ /** * Cast color profile object to string * * @return string */ public function __toString(): string;}