/** * The values corresponding to abilities that pets can have. */ export declare enum PetAbilities { AttackClose = 402, AttackFar = 405, AttackMid = 404, Decoy = 410, Electric = 406, Heal = 407, MagicHeal = 408, RisingFury = 411, Savage = 409 }