Steps to reproduce the issue
try to run the cli eg php cli/joomla.php
Actual result
PHP Fatal error: Declaration of Joomla\Console\Descriptor\TextDescriptor::describe(Symfony\Component\Console\Output\OutputInterface $output, $object, array $options = []) must be compatible with Symfony\Component\Console\Descriptor\Descriptor::describe(Symfony\Component\Console\Output\OutputInterface $output, object $object, array $options = []): void in C:\laragon\www\j5\libraries\vendor\joomla\console\src\Descriptor\TextDescriptor.php on line 37
Symfony\Component\ErrorHandler\Error\FatalError^ {#693
#message: "Compile Error: Declaration of Joomla\Console\Descriptor\TextDescriptor::describe(Symfony\Component\Console\Output\OutputInterface $output, $object, array $options = []) must be compatible with Symfony\Component\Console\Descriptor\Descriptor::describe(Symfony\Component\Console\Output\OutputInterface $output, object $object, array $options = []): void"
#code: 0
#file: "C:\laragon\www\j5\libraries\vendor\joomla\console\src\Descriptor\TextDescriptor.php"
#line: 37
-error: array:4 [
"type" => 64
"message" => "Declaration of Joomla\Console\Descriptor\TextDescriptor::describe(Symfony\Component\Console\Output\OutputInterface $output, $object, array $options = []) must be compatible with Symfony\Component\Console\Descriptor\Descriptor::describe(Symfony\Component\Console\Output\OutputInterface $output, object $object, array $options = []): void"
"file" => "C:\laragon\www\j5\libraries\vendor\joomla\console\src\Descriptor\TextDescriptor.php"
"line" => 37
]
}

System information (as much as possible)
PHP 8.1.3 (cli) (built: Feb 16 2022 08:20:53) (NTS Visual C++ 2019 x64)
Additional comments
have to be fixed in the framework https://github.com/joomla-framework/console/tree/3.x-dev @Hackwar
I leave this open till it's fixed in the framework and here in the cms