*/ interface System { /** * Get the entire system status. * * @return array */ public function getStatus(); /** * Get the cachet version. * * @return string */ public function getVersion(); }