PHP versions that currently have a pool config for this account. */ public function findPhpFpmPoolVersions(HostingAccount $account): array; public function getUsageStats(HostingAccount $account): array; public function executeCommand(HostingAccount $account, string $command, int $timeout = 600): array; }