<?php

namespace Symfony\Component\Process;

/**
 * @implements \IteratorAggregate<string, string>
 */
class Process implements \IteratorAggregate
{

}
