---@diagnostic disable: missing-return, lowercase-global ---@meta ---@return string talent ---Returns the name of the talent tree used by the player's current pet. Hunter pets use one of three different talent trees according to pet type. Returns nil if the player does not have a pet or the player's current pet does not use talents (i.e. warlock pets, quest pets, etc.) function GetPetTalentTree() end