*/ namespace Flasher\Prime\Stamp; interface PresentableStampInterface { /** * @return array */ public function toArray(); }