<?php namespace Tests\Unit; use Google\Protobuf\Internal\Message; interface ProtoJsonRequest { public function requestProtobufJson():string; }