<?php declare( strict_types=1 ); namespace AC; interface Stringable { public function __toString(): string; }