$headers * @psalm-param string|string[]|null $compression * @psalm-return TransportInterface */ public function create( string $endpoint, string $contentType, array $headers = [], $compression = null, float $timeout = 10., int $retryDelay = 100, int $maxRetries = 3, ?string $cacert = null, ?string $cert = null, ?string $key = null ): TransportInterface; }