*/ public function getMockBuilder(string $className) {} /** * @template T * @template-typeof T $classOrInterface * @param class-string $classOrInterface * @return ObjectProphecy */ public function prophesize($classOrInterface): ObjectProphecy {} }